$.fn.check = function() { return this.each(function() { this.checked = true; }); };