How do I access my form object inside of the error callback?

$('#foo').ajaxForm({
  error: function(){
    // where's my $('#foo') object here?
  }
});

Reply via email to