Three ways to download jQuery source code: official website/Git/Composer
05 minutes36 secondsWhat can jQuery be used for?
02 minutes58 secondsIn-depth discussion of jQuery’s basic syntax: $(callback function)
07 minutes10 secondsFour calling methods of the $() function: selector/object/HTML string/callback function
03 minutes46 secondsjQuery object properties and traversal methods: each()
06 minutes52 secondsConversion between jQuery objects and DOM objects
07 minutes50 secondsTips on using the front-end code artifact Emmet plug-in
20 minutes00 secondsHTML attribute query and setting skills: attr()/removeAttr()
04 minutes09 secondsCSS property query and setting: tips and parameter settings for the css() method
06 minutes13 secondsCSS class attribute operations: addClass()/removeClass()/toggleClass()
05 minutes00 secondsHTML content query and setting: text()/html()
04 minutes12 secondsWhat are selectors and categories? Simple selector/combined selector/selector group
04 minutes37 secondsSimple Selector: General Filter
03 minutes31 secondsSimple selector: attribute filter
06 minutes08 secondsSimple Selector: Form Filter
05 minutes17 secondsSimple filter: location filter
06 minutes03 secondsCombination selectors: select elements based on relationships
12 minutes22 secondsSelector group: select a group of related elements for unified operation
04 minutes24 secondsSelection method: Use jQuery method to obtain elements
11 minutes43 seconds$(this) usage: Get the current jQuery object according to the context
03 minutes18 secondsHow to insert and replace document elements
10 minutes04 secondsCopy element: also called clone element, only applies to elements that exist on the page
03 minutes49 secondsPackaging Elements: Alternative Element Creation Solutions
05 minutes08 secondsDelete element: delete or clear child elements
03 minutes13 secondsTwo methods of binding elements to elements: even() and bind()
04 minutes40 secondsDelete the event on the element: you can specify the event unbind()
03 minutes13 secondsThere are actually only two types of functions: named and unnamed.
02 minutes35 secondsFunction declaration: function with fixed name
03 minutes13 secondsFunction expression: Use a variable to replace the function (the name is not fixed)
02 minutes38 secondsAnonymous function: used as a parameter or callback
03 minutes11 secondsShow and hide: make elements disappear and appear
06 minutes14 secondsFade in, fade out and fade: also called fade in and fade out
06 minutes06 secondsObject expansion and contraction effects: sliding effect
10 minutes44 secondsAnimation basics: focus on mastering two object parameters
05 minutes43 secondsIntroduction to AJAX: Update on demand, no need to update the complete web page
03 minutes40 secondsAJAX native access to plain text files
05 minutes56 secondsAJAX native access to html files
05 minutes15 secondsAJAX native access to xml format data
07 minutes44 secondsAJAX native access to JSON format data
12 minutes22 seconds$.ajax() function in AJAX access
06 minutes43 secondsload() method in AJAX access
09 minutes53 seconds$.get() function in AJAX access
08 minutes10 seconds$.getJSON() function in AJAX access
02 minutes17 seconds$.post() function in AJAX
06 minutes20 seconds