[jQuery] Re: non-ajax Post?

2009-07-17 Thread Theodore Ni
Your best option is to log on the server-side page the form submits to. Barring that, you can always submit the form on a callback from your $.get() call. Ted On Wed, Jul 15, 2009 at 4:26 PM, IMStarboard ttho...@local-motors.comwrote: There is a form that performs a post on our site that I

[jQuery] Re: non-ajax Post?

2009-07-17 Thread James
What happens if you use $.ajax and set option async:false? It might stall the page a little, but try to see if it works. On Jul 17, 9:17 am, Theodore Ni zyl...@gmail.com wrote: Your best option is to log on the server-side page the form submits to. Barring that, you can always submit the form