Welcome Guest, Not a member yet? Register   Sign In
Best way to set up AJAX/JQuery process?
#4

The way I prefer to do it is with a table containing an empty "tbody". Then all the rows are build by JS. I have no duplication of code for the rows and the page loads a little faster because it display static html, then after the ajax call has finished the table is filled. In the end it's not faster but I prefer to look at a spinning icon for half a second than look at a blank page for the same amount of time ! Wink
Reply


Messages In This Thread
RE: Best way to set up AJAX/JQuery process? - by includebeer - 02-16-2015, 05:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB