Lesuave

Results 1 issues of Lesuave

Hello, I wrote the following code in jquery.tabledit.js into the save edited row section: $(document).ajaxStop(function(){ window.location.reload(); }); It refreshes the page when the ajax stuff are done. Works great. But...