You should bind the form after the load finishes, instead of in the document.ready.
Like this.. $("some").load(url, function() { #("myForm").ajaxForm(); }); -GTG On 7/1/07, millisami <[EMAIL PROTECTED]> wrote:
Hi all! I used this ajaxForm plugin. Saw the demos at http://malsup.com/jquery/form But there is a problem while submitting the form in IE. The beforeSubmit event is not triggred in IE. But in Firefox, it does as expected. Did the research, but couldn't find any solution. But what I find out during this course is, if I put the form html code in the page itself, it works; similar to the demo. Instead of putting the form mark-ups in the same file, I load the form page from another file using the jQuery's load method. I can't even put that form file in the same page coz there are some other dependencies due to which I got to load that form from External file. Have you guys been through this sort of problem?? Can anyone just show me the direction what should I do to make it running in IE?? Thanks Sachin. -- View this message in context: http://www.nabble.com/ajaxForm-problem-in-IE-while-submitting-tf4007222s15494.html#a11380131 Sent from the JQuery mailing list archive at Nabble.com.