I have a similar problem.
I've changed my server from linux (apache2.2/php5) to a windows server (with apache2.2/php5). SAME CODE works fine on linux server at IE7/FF3, but doesnt works on windows server only at IE7. I have another server (xampp, with windows vista business) that runs ok for both browsers. I try the downgrade to older jquery versions, but doesnt work as well. Anyone have any ideia of how to correct this problem? My entire intranet is using jquery/form plugin and doesnt work anymore. My code is very simple: var options = { success: function(data) { alert(data); } }; $(document).ready(function() { $('#ponto').ajaxForm(options); }); -- View this message in context: http://www.nabble.com/JQuery-1.2.6-and-JQuery-Form-Plugin-in-IE7-tp18239336s27240p18324794.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.