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
Post a Comment