Looking for jQuery find(..) kind of method that includes the current node

Posted by jdk on Stack Overflow See other posts from Stack Overflow or by jdk
Published on 2010-05-13T15:29:30Z Indexed on 2010/05/13 15:34 UTC
Read the original article Hit count: 96

Filed under:

The jQuery find(..) traversal method doesn't include the current node - it starts with the children of the current node. What is the best way to call a find operation that includes the current node in its matching algorithm? Looking through the docs nothing immediately jumps out at me.

© Stack Overflow or respective owner

Related posts about jQuery