Difference between revisions of "Jquery element querys"

From John Freier
Jump to: navigation, search
(Created page with 'These are different ways in JQuery to query for the element(s). Check boxes $('[type="checkbox"]').click(function(){});')
(No difference)

Revision as of 13:16, 22 September 2011

These are different ways in JQuery to query for the element(s).

Check boxes

 $('[type="checkbox"]').click(function(){});