Re: [jQuery] Re: Jquery .submit not firing up!

2009-12-23 Thread Peter Laws
If there's an error, the dredded IE doesn't throw up any error, normally its on the ball in that department. And I can't post a link (unless I do it privately?) as its a pre-production site. FWIW, I copied the example from the JForm site letter by letter - still not firing; removed all other

[jQuery] Re: Jquery .submit not firing up!

2009-12-23 Thread Mike Alsup
If you can't post a link then create a very simplified example that demonstrates the problem and post a link to that. Mike On Dec 23, 4:23 am, Peter Laws pedsters.pla...@gmail.com wrote: If there's an error, the dredded IE doesn't throw up any error, normally its on the ball in that

[jQuery] Re: Jquery .submit not firing up!

2009-12-23 Thread Scott Sauyet
On Dec 23, 9:25 am, Mike Alsup mal...@gmail.com wrote: If you can't post a link then create a very simplified example that demonstrates the problem and post a link to that. And if you haven't used it, JSBin is an excellent place to do it: http://jsbin.com/ -- Scott

Re: [jQuery] Re: Jquery .submit not firing up!

2009-12-23 Thread Bharani kumar srinivasan
this is the live demo url, look this link. u will find error in Firefox, i dont have prob in IE.. On Wed, Dec 23, 2009 at 7:55 PM, Mike Alsup mal...@gmail.com wrote: If you can't post a link then create a very simplified example that demonstrates the problem and post a link to that. Mike

[jQuery] Re: Jquery .submit not firing up!

2009-12-22 Thread Stumps
Use $(this).ajaxSubmit(options); instead of $(this).ajaxForm (options); .ajaxForm will bind a form to automatically post back as ajax while ajaxSubmit will send the request to the server. On Dec 22, 9:56 am, Pedster pedsters.pla...@gmail.com wrote: Using: JQuery and the Form plug in

Re: [jQuery] Re: Jquery .submit not firing up!

2009-12-22 Thread Peter Laws
But thats after the (test) alert box, and I'm not even getting that popping up. Surely I should be seeing the alert on submit? 2009/12/22 Stumps mkloub...@gmail.com: Use $(this).ajaxSubmit(options);  instead of $(this).ajaxForm (options); .ajaxForm will bind a form to automatically post back

[jQuery] Re: Jquery .submit not firing up!

2009-12-22 Thread Mike Alsup
Most likely you have a JavaScript error somewhere that is preventing your scripts from running. Post a link if you can. On Dec 22, 8:15 pm, Peter Laws pedsters.pla...@gmail.com wrote: But thats after the (test) alert box, and I'm not even getting that popping up. Surely I should be seeing