I use jQuery 1.4 for AJAX, MVC on the server side. Everything works fast on the local computer.
Tables with data are compiled and sent as HTML documents (I’m testing ...
I am using jquery to loop through table rows and save the data. If the table has 200 rows it is performing slow. I am getting the javascript message "Stop Running ...
I have a function that is called on document.ready that loops through a table with roughly 600 rows that was generated in classic ASP. In a "modern" browser (Chrome, Firefox, IE9 ...