[jQuery] How to express the AND condition in jQuery
Hi,
If I like to find a "div" with children "input", "img", and "span",
how to express the selector:
the div that has children of an "input" tag, an "img" tag, and a
"span" tag"
in jQuery?
Seems the jQuery ":has" can do the job, but I am not really sure if
that is the correct way.
Any insight on this is appreciated.
Thanks in advance,
John