[jQuery] Higher order functions
Can't you just use a simply XPath method? Try this:
$("//p[@class='commented-by']//a[@rel='nofollow']").get()
That should give you all the nodes you need, without having to use further
filter/grep methods.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/