mcerveni Posted March 6, 2008 Share Posted March 6, 2008 I have a simple form where i add a category into a table using ajax and php, which does not reload the page. great, now after submitting the form, i'd like to display the table to show the results but without reloading the page... how would i do that? Quote Link to comment Share on other sites More sharing options...
shlumph Posted March 6, 2008 Share Posted March 6, 2008 Make a page that displays the data, once the user submits the form, make a call to the page that displays the data. http://docs.jquery.com/Ajax/jQuery.get#urldatacallback Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.