Is there a document that explains jQuery code?

I am looking through the main jQuery code and had a few "why they did it like that".

Now I am no different from JavaScript programming, but some things looked a bit different than in jQuery than what I usually did. I know that they probably should think more about optimization, and then about readability, etc., but I'm still confused by some things.

I was wondering if there is an online document that documents some of the main code? I know there are comments there, but something more than I would find useful.

No offense, designed for everyone who works in the library!

+3
source share
3 answers

jQuery, , , , , , :
JavaScript
http://www.manning.com/resig/

+2

, , JS, jQuery

+1
0
source

Source: https://habr.com/ru/post/1721661/


All Articles