$(".form").each(function(index, obj) {console.log(obj) $(obj).ajaxForm(function(obj) { return function () { $(obj).remove(); } }(obj)); });