Simple Jquery all select function


This is the simplest piece of fully selected Jquery code. [code ] $(function () {   $(” # chkAll ”). Click (function () {     $(” input: the checkbox ”). Attr (” checked ”, $(this). Attr (” checked ”));   }); }); [/ code]