A simple test
Antranig Basman
antranig at caret.cam.ac.uk
Fri Aug 8 19:22:07 UTC 2008
Jacob Farber wrote:
>
> 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.
>
Didn't you mean to say ".columnSetup > div" in that latter selector?