Thanks alot, can't believe i haven't tried changing that form item ...

feels stupig but happy it's resolved :)

Chris

On 5 jul, 01:40, Mike Alsup <[EMAIL PROTECTED]> wrote:
> > What is wrong with this code?
>
> > <code>$(document).ready(function() {
> >         $("#f_submit").hide();
> >         $("#f_altsubmit").click(function(event) {
> >                 $("#checkoutform")[0].submit();
> >                 return false;
> >         });
>
> > });</code>
>
> > In FF3 this throws an error in the Error console : Error: $("form")
> > [0].submitis not a function
> > but this error does not show up in Firebug.
>
> > Also what is strange is that when i change the method fromsubmit() to
> > reset() ... the reset works ...
> > It seems myformdoesn't have thesubmitmethod in FF3????
>
> > See for yourself athttp://dev.rotarygiftshop.com/cart/checkout
>
> You have an input named 'submit'.  Change the name/id of that input
> and you'll be fine.

Reply via email to