JohnBarulich1
7 years agoQrew Cadet
update contents of a table without refreshing page
I am trying to figure out how to update the contents of a without refreshing the page. I have a script that fires off from a button click, but it would be really nice if the user did not have to refresh the page.
If I know which records have been edited on the table, can I simply select each record (jQuery of course) and make changes to the innerHTML attribute? Would appreciate any generalized technique or example
If I know which records have been edited on the table, can I simply select each record (jQuery of course) and make changes to the innerHTML attribute? Would appreciate any generalized technique or example