Jquery
Modules: Dom and JavaScript
Version: 1.12.x compatible with IE9 browsers below
2.x incompatible IE9
First, find
1. Selector
- #id选择器
- Tag Selector
- Type Selector
- Combo Selector
- Hierarchy Selector
2. Filters
Example: Multilevel menu display hidden
<! DOCTYPE html>3.Dom Tag object and jquery Tag object conversion
Console.log (ths); Tag object in DOM $ (THS) //DOM tag object converted to jquery tagged object (jquery app more convenient) $ (ths) [0] //jquery Tag object converted to Dom tag object
Second, the operation1.CSS operation
2. Property manipulation
3. Text manipulation
Example: Jqery Select All/Cancel/reverse selection
Example: Clone implementation search criteria +-
<! DOCTYPE html>
III. Events1. How to use jquery bindings
2. When the document has finished loading, automatically executes the
$ (function () {
......
});
3. Delay Binding
Iv. expansion1. Custom Modules
2.Form Form Validation
V. the jquery cycle. each ()
"16" JQuery