(function(a){a.fn.extend({isCheck:function(){var b=a(this);return b.is("input:checkbox")?b.attr("checked"):"[NOT CHECKBOX]"}})})(jQuery);

