Why jQuery should be fast

I was looking for a jQuery tag on SO. I have seen many posts that relate to JQuerys speed. I have been working with jQuery for about a year now and have never experienced any performance issues. I even worked with previous versions of jQuery in front of all the performance improvements, and I never saw any performance issues. I would like to ask that people use jQuery for fast speed?

+3
source share
4 answers

I would say that animation is one of the things that jQuery needs to be done for.

+3
source

Because jQuery has become the standard DOM manipulation library.

. , .

, , .

, JQuery ?

  • . JSON JavaScript.
  • . , . .

, jQuery , . DOM , jQuery .

+3

, , , , ( , ) . - - , ;)

+2

, - , , , , .

I believe that one of the recent animation improvements in jQuery is now using requestAnimationFrame (http://paulirish.com/2011/requestanimationframe-for-smart-animating/), which is good for reducing unnecessary CPU cycles and therefore increasing your time battery life :).

When JavaScript libraries become so popular now, most of the achievements are good for the Internet as a whole.

0
source

All Articles