JQuery: How can I select all descendant nodes of an element that have a certain css class on them? -


Looking at any DOM element, I would like to select all those clans which are class = 'foo'. How can I do this in jquery?

Use:

  $ (e) .fund (' (This document is your friend :))    

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -