Dear mailinglist
I just upgraded to jquery1.1 (and even checked out jquery-latest
[1073]) and can't get the selector to work with a context. Let me
explain what I mean
$('ul')
yields al ul elements of the document
according to the API (http://jquery.com/api/)
$('ul', parentElement)
is supposed to only yield ul of parentElements.
I can't get it to work, it always results in ALL ul elements, which
breaks my jqueries.
Any hint? What am I doing wrong? It used to work in jquery 1.0.x
Thanks
Jan
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/