[jQuery] possible bug in each()? moving from 1.2.3 to 1.2.6
Hi
Im trying to use 1.2.6, moving from 1.2.3. I have a working function
in 1.2.3 but it is not working with the updated jquery library, and
I'm wondering if i have found a bug.
The trouble call is this:
jQuery('#apparatus .annotation').each( function(i){............
.......
When stepping over this call, firebug returns an error of "object not
defined".
As I mentioned, this code is working correctly with jQuery 1.2.3.
Note also I'm using jQuery, not $ for all of my calls. Also, im using
jQuery.noConflict(). I have tried to used the uncompressed and packed
versions, witht he same result.
Any suggestions?