What is the best approach to have a form and a table in the same page, where the form has a submit button (ajaxsubmit) that saves the data in database and table should display the data without the need to refresh the page?
I have tried to call $.load to get the table, but some problems occurred due to the problem that $.load function finishes after document.ready
So shall i use iframe? or create an xml file and read the data into table?