Author: nuysoft/high cloud QQ: 47214707 Email: nuysoft@gmail.com
Statement: This article is originalArticleIf you need to reprint the source, please indicate the source and retain the original link.
Jquery source code analysis (version 1.6.1)
00 preface kaiguang
01 overall architecture
02 regular expression-Regexp-common Regular Expression
03 construct jquery object-source code structure and core functions
03 construct jquery object-tool Functions
04 selector sizzle-Working Principle
04 selector sizzle-Design Concept
04 selector sizzle-residual heat from left to right
04 selector sizzle-chunker)
05 asynchronous queue deferred
06 browser test support
07 data cache
08 queue
09 attribute operations
10 event processing-Overview and basic knowledge
10 Event Processing Event-source code structure
10 Event Processing Event-bind and delete events-bind/unbind + live/die + delegat/undelegate
10 Event Processing Event-dom-ready
11 Dom Traversal
11 Dom traversal of traversing-three core functions
12 Dom manipulation-core function-. dommanip ()New
12 Dom manipulation-core function-jquery. buildfragment ()New
12 Dom manipulation-core function-jquery. Clean ()New
13 CSS operation css-sample table -jquery.fn.css ()New
13 CSS operations-class style-addclass + removeclass + toggleclass + hasclassNew
14 Ajax pre-filter and request distributor jquery. ajaxprefilter prefilters, jquery. ajaxtransport transports
14 Ajax converter ajaxconvert Converters
15 animation analysis and extended effects
16 Dimensions and size dimensions & offset
17 plug-ins
Appendix:
How to analyze jquery source code
How to perform jquery source code analysis (update)New
8 Suggestions for Java engineers to learn from jquery
Loop techniques in jquery