jquery - The most optimized way to load a big table through javascript -


Actually I'm looking to load a 1000 line x 100 column table via javascript to get it Uses DomDocumentFragment. It works very fast in Chrome and Firefox but IE is slow in IE. Does anyone know the reason for slowing down in IE? Is there a better solution besides? The solution can be jquery use.

The internal HTML can be faster than the DOM manipulation and the change can be faster than the HTML internal HTML .

Update: As stated in the comments, it really depends on your browser and version. YMMV

Comments