somefunc=function($this){ if ($this.attr('checked')) { $this.closest("div").removeClass("checkboxOff"); ... $(":checkbox").click(function(){somefunc($(this));});