find parents

JQuery parent() vs. parents() Which is faster?

Posted By: eligeske on in JQuery 0 Comment

TAGs:

I have been wondering which method of traversing up the DOM is faster using the jQuery library’s options, parent() and parents(). Well I’ll show you my findings.

 

Popular post