How do I access my form object inside of the error callback?
$('#foo').ajaxForm({ error: function(){ // where's my $('#foo') object here? } });
How do I access my form object inside of the error callback?
$('#foo').ajaxForm({ error: function(){ // where's my $('#foo') object here? } });