If I use jQuery .ajax to submit to my myUpdate.php file, after I do that, how do I then update my control that I submitted the information to update in the first place?
For example, I have username textbox on a form, and I submit that username to a database. I then have a div or label that needs to show that newly submitted username if it is submitted to teh database correctly. I know how to submit the context of the textbox "username" to the database (.ajax,etc.), but not how to refresh that part of the page to show the database content. Thank you for any links or help.