I am using the jquery.form.js script and submit a form just fine. My Question is how can update an additional div after the form is sumbitted. Example <h1>title here </h1> => might say something like Edit you Green Earth Post Page content code..... <div id='formHere'> form..... </div> So the form loads in <div id='formHere'>, submit and fades out new content is replaced where the form was staright forward stuff. But the form has a title textfield which is where the <h1> tag is so when they submit the form if they changed the title i want the new title to be display there. So if they change the title from Green Earth Post to Enviro Plan in the form the <h1> tag will now show Enviro Plan..... Dave
[jQuery] Update Div after ajax submit
Dave Maharaj :: WidePixels.com Wed, 23 Sep 2009 14:06:58 -0700
- [jQuery] Update Div after ajax submit Dave Maharaj :: WidePixels.com
- [jQuery] Re: Update Div after ajax sub... morris...@ingenious.org