Just curious... what's the jQuery-way of saying "Give me all children
that match a filter and include myself if I happen to match as well."?

I've been using -

element.find("*").andSelf().filter([myfilter])

but that seems kludgy.  Is there a better way? If not, I'll just wrap
this as "findInclusive" or "find([filter], true)" or something.

Reply via email to