[jQuery] Re: jquery.form.js is not working under IE6/7.

2008-04-28 Thread Pitrsonek
I have some problem? Have you finde solution? I try it in Firefox and its go good, $ (responseXML).find('label').each(function(){ is ok. But in IE7 and IE6 $(responseXML).find('label').each(function(){ not go. I try show responseXML with alert(responseXML), its ok data i get. I need get some data

[jQuery] Re: jquery.form.js is not working under IE6/7.

2008-04-21 Thread Mike Alsup
> I am using Ajax form posting. > > var options = { > dataType: 'xml', > beforeSubmit: post_request, > success: response_xml > }; > > $("#form").submit(function() { > $(this).ajaxSubmit(options); > > // !!! Important !!! > // always return false to preven

[jQuery] Re: jquery.form.js is not working under IE6/7.

2008-04-21 Thread Damian
Louis, Is the form data being submitted? On Apr 14, 6:34 am, lcordier <[EMAIL PROTECTED]> wrote: > I am using Ajax form posting. > > var options = { > dataType: 'xml', > beforeSubmit: post_request, > success: response_xml > }; > > $("#form").submit(function() { > $(this