Has there been any progress on this issue? I'm having the same 1.2.6/
jquery.forms issue, and commenting out line 203 doesn't work for me.
I'd really like to use the newer jQuery build, but I need the forms
functionality.

~bck

On Jul 7, 1:04 pm, fgubert <[EMAIL PROTECTED]> wrote:
> 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-tp18...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to