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(); $("div#insert_person_modal_popup").css("width", 400).css ("top", event.pageY - 100).css("left", event.pageX - 100).show ().dropShadow({left: 0, top: 3, blur: 5}); }); Because I'm resetting the form when I open it, it returns the value of ajax to 0. Now I don't understand why FF/Safari/Opera do not retunr the value to 0... On Dec 23, 2:20 am, "geni...@gmail.com" <geni...@gmail.com> wrote: > Myabe not for that topic, but I think the problem with IE is the same. > Why html example works in IE herehttp://www.malsup.com/jquery/form/#html > and nothing workes here:http://raut.ru/comment/form.htmlwhen it is > actually the same copy? Even I copied the whole page > here:http://raut.ru/comment/form1.html#htmland it doesn't work in IE too. > Please somebody help me!