[jQuery] Re: Form submit issues

2008-07-07 Thread ChrisR
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? > > > $(document).ready(function() { > >         $("#f_submit").hide(); > >         $("#f

[jQuery] Re: Form submit issues

2008-07-04 Thread Mike Alsup
> What is wrong with this code? > > $(document).ready(function() { >         $("#f_submit").hide(); >         $("#f_altsubmit").click(function(event) { >                 $("#checkoutform")[0].submit(); >                 return false; >         }); > > }); > > In FF3 this throws an error in the Err