Re: [jQuery] Moving up the DOM

2006-08-11 Thread John Resig
Or would we need to add a .climb() plugin? There's the new .parent() and .parents() methods which allow you to traverse up - which is exactly what you want. You can find basic documentation for it is (temporarily) here: http://john.jquery.com/jquery/docs/ --John

Re: [jQuery] Moving up the DOM

2006-08-11 Thread Larry Garfield
On Fri, August 11, 2006 11:07 am, John Resig said: Or would we need to add a .climb() plugin? There's the new .parent() and .parents() methods which allow you to traverse up - which is exactly what you want. You can find basic documentation for it is (temporarily) here:

Re: [jQuery] Moving up the DOM

2006-08-11 Thread John Resig
Hm, spiffy, that does look like just what I'm looking for. Thanks! Is that documentation page based on dev, beta, or latest? I'm fast getting the impression that the jQuery web site docs are well out of date compared to the current version. Is the temp link you listed auto-generated? It