1: 2: 3: 4: 5:
$(document).ready(function() { $("input:checked").each(function() { alert("I do something!"); }); });