[jQuery] Parents()
[jQuery] Parents()
Bug in the API docs: the parents() description says ancestors() instead of parents().
And on that subject. I have a button in a table and I want to climb up the dom until I hit the TABLE node.
So I have:
var oTable = $(this).parents("table");
What is the xPath way of doing the same thing?
Thanks. :)
Glen
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/