Archive for the ‘jQuery Performance’ Category

jQuery Tips and Tricks you Must Memorize – Performance

Comments Off

Storing Data
Use data method and avoid storing data inside the DOM. Some developers have a habit of storing data in the HTML attributes like ex.:

Read More »