I just used "Run unit tests" on the website where I found the plugin
for Ajax form.

With Mozilla it's working fine but then with IE6, it show some
mistakes (differents each time strangely).

Here the link : http://www.malsup.com/jquery/form/test/

But i don't really understand what that means, it seems that with IE6,
some ajaxSubmit (target div script) don't work. Is there anyway to
make it work ?

Thanks in advance !

Ced

On Dec 19, 1:30 pm, Brandnew <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm having trouble to make IE accept a "click" event while everythink
> works fine with Mozilla. Here's a sample of my code :
>
> $('#add').click(function(){
>                 $('#spinner').show();
>                 $('#dernier_enregistrement').hide(1000);
>                 var type='add';
>                 $('#output1').load('post_form.php', {type:type}, function(){
>                         $('#myForm').ajaxForm(options);
>                         $('#myForm').show();
>                         $('#spinner').hide();
>                 });
>                 return false;
>
> });
>
> Do you have any idea what's wrong or what I should do to repair the
> problem ?
>
> Thanks !
>
> Ced

Reply via email to