[jQuery] Re: IE Issue with jquery.form.js

2009-12-23 Thread geni...@gmail.com
Myabe not for that topic, but I think the problem with IE is the same. Why html example works in IE here http://www.malsup.com/jquery/form/#html and nothing workes here: http://raut.ru/comment/form.html when it is actually the same copy? Even I copied the whole page here:

[jQuery] Re: IE Issue with jquery.form.js

2009-12-23 Thread dirknibleck
I discovered my problem, and it's self-created. What I don't understand now is why it worked in other browser... :-) The offender is: $(img.add_person_autocomplete_action).click(function(event){ $(form#insert_person_modal).resetForm();

[jQuery] Re: IE Issue with jquery.form.js

2009-12-22 Thread Mike Alsup
Set a breakpoint in jQuery's httpData function and see why it's failing. Mike On Dec 22, 8:11 pm, dirknibleck paul.ship...@clickonce.ca wrote: I have what I think is a pretty basic function going on that fails in IE everytime. The code is below.  The javascript is first, followed by the

[jQuery] Re: IE Issue with jquery.form.js

2009-12-22 Thread dirknibleck
Thanks for that, it was helpful in at least determining that the problem is completely different from what I thought it was. In IE, neither the headers nor the Ajax response were the same. It turns out that the ajaxForm() call is not sending the complete data set from the form... it is only

[jQuery] Re: IE Issue with jquery.form.js

2009-12-22 Thread dirknibleck
This was helpful in determining that the problem is not in what is coming back from the server, but rather what is sent to it. The full jquery code for this page is below. What is to happen is that an input box in my form called ajax is supposed to be set to 1 when the page loads. This value of 1