Jquery element querys
From John Freier
Revision as of 13:16, 22 September 2011 by Jfreier (Talk | contribs) (Created page with 'These are different ways in JQuery to query for the element(s). Check boxes $('[type="checkbox"]').click(function(){});')
These are different ways in JQuery to query for the element(s).
Check boxes
$('[type="checkbox"]').click(function(){});