[jQuery] Re: Form submission without reloading modal window

2008-02-22 Thread Steve Good
Thanks Shawn, I'll give what you suggest a try. ~Steve Shawn wrote: > > my bad - the plugin I mentioned is called the "Form Plugin" > http://plugins.jquery.com/project/form > > Shawn > > Shawn wrote: >> >> Ajax. >> >> There is a handy plugin out there - ajaxForms (I think...) that will >> al

[jQuery] Re: Form submission without reloading modal window

2008-02-21 Thread Shawn
my bad - the plugin I mentioned is called the "Form Plugin" http://plugins.jquery.com/project/form Shawn Shawn wrote: Ajax. There is a handy plugin out there - ajaxForms (I think...) that will allow your existing form to be submitted via ajax, and a callback function executed with the resu

[jQuery] Re: Form submission without reloading modal window

2008-02-21 Thread Shawn
Ajax. There is a handy plugin out there - ajaxForms (I think...) that will allow your existing form to be submitted via ajax, and a callback function executed with the resulting page output. I haven't used it, so probably have the name, and details wrong. (I just write my own Ajax routines