tips and tricks, examples,code snippet and links about Java, JavaScript, jquery, css, html, unix/linux, oracle, mysql, php and web designs that related to my interest
Sunday, August 22, 2010
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>")
No comments:
Post a Comment