jquery find selected checkbox

this code will go thru for every checkbox that is checked.
example :
$("input[type=checkbox]:checked").each(function() {
//code here
});
//$("<element>[<attribute>=<value>]:<condition>")

0 comments:

Post a Comment