Tuesday, September 1, 2009

[jQuery] Re: using ajaxForm for forms created -after- the document loads

Got it.

$('#form1').ajaxForm(function() {
alert("It helps to enter the correct form name.");
});

No comments: