Hi there,

I'm using the jQuery form plugin here: http://malsup.com/jquery/form/
and have it successfully updating records in a DB without refreshing
the page.  each record is shown as its own FORM with a "Save Changes"
button (compared to updating all the records at once).

however, the problem I'm having is when I want to display the results
of the update on the page...currently the only way I can get the
results to show is to refresh the page after making my changes.

how would this be accomplished?  From what I can understand from the
documentation I can pass the results through to a DIV or other
element, but I determine that element in the < HEAD > of the document,
and in this situation all of the content on this page is generated on
the fly.

Thanks in advance for your help.

Reply via email to