Wednesday, February 25, 2009

[jQuery] Re: jQuery Form Plugin redirects even if I use return false in $('#myForm2').submit(function()

Chances are VERY likely that your function "showResponse" is throwing
an error in JavaScript, making the rest of the script stop running,
and as a result allowing the page/browser to make a normal, page
changing, post

comment out all the code in said function, or wrap it in a
try...catch to see if you can figure out what is happening

On Feb 25, 1:53 pm, Mike Alsup <mal...@gmail.com> wrote:
> > showRequest doesnt do anything. It just print the returned data.
>
> > Hey one more thing I noted, this plugin works fine with IE but not
> > Mozilla :(
>
> > Any workaround??
>
> I'm afraid you haven't provided enough information.  The plugin works
> fine with both FF and IE so there is something more to the story on
> your end.
>
> Mike

No comments: