Hey. I want to explore the source code jQuery. The main goal is to take pieces and insert them into your code. Can you tell me how to understand this code. Maybe there is an article on the explanation of each piece of code in the library. Sources downloaded to https://github.com/jquery/jquery/tree/master/src.
- oneAnd for what purpose do you need to> take pieces and insert into your code? - Oleg Arkhipov
- Well, let's say you can take the same (document) .ready without the rest of the library. - zloctb
- Zloctb, and the meaning of you to insert such a piece of code? After (document) .ready should go jQuery code, if I'm not mistaken ... - ka5itoshka
- 2> The main goal is to take pieces and insert into your code an attempt to make it appear that jQuery isn't used is not a good idea - Specter
- 2There is a version of [jQuery with comments] [1] from Rezig himself. If something is not clear, you need to include logic. [1]: code.jquery.com/jquery-1.8.0.js - ling
|