A simple test
Jacob Farber
jacob.farber at utoronto.ca
Fri Aug 8 19:19:24 UTC 2008
Hi everyone,
If you have a moment, could you please test this markup:
<div id="sample" class="columnSetup">
<div id="id_column_1" class="myColumn">
<h2>Column A</h2>
<div id="id_1" class="mySortable">Drag me! Content goes
here...A</div>
<div id="id_2" class="mySortable">Drag me! Content goes
here...</div>
<div id="id_3">Static Content</div>
<div id="id_4">Static Content</div>
</div>
</div>
</div>
with these jQuery selectors:
jQuery(".myColumn") and jQuery("columnSetup > div")
...and please let me know if they return different things. They should
return the exact same things. I'm running into a scenario when the
latter returns and error, and the former doesnt.
Thanks
Jacob
More information about the fluid-work
mailing list