[jQuery] ajaxForm error call back

[jQuery] ajaxForm error call back


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