search

Next Section: 函数其实只有二种:有名字的和无名字的5456 plays

5 秒后自动播放下一节
  Watch Again

Dugu Jiujian (6)_jQuery video tutorial

Introduction >
ChapterCourseware
Chapter1First experience with jQuery

Three ways to download jQuery source code: official website/Git/Composer

05 minutes36 seconds

What can jQuery be used for?

02 minutes58 seconds

In-depth discussion of jQuery’s basic syntax: $(callback function)

07 minutes10 seconds

Four calling methods of the $() function: selector/object/HTML string/callback function

03 minutes46 seconds

jQuery object properties and traversal methods: each()

06 minutes52 seconds

Conversion between jQuery objects and DOM objects

07 minutes50 seconds

Tips on using the front-end code artifact Emmet plug-in

20 minutes00 seconds
Chapter2Common query and setting operations

HTML attribute query and setting skills: attr()/removeAttr()

04 minutes09 seconds

CSS property query and setting: tips and parameter settings for the css() method

06 minutes13 seconds

CSS class attribute operations: addClass()/removeClass()/toggleClass()

05 minutes00 seconds

HTML content query and setting: text()/html()

04 minutes12 seconds
Chapter3Selector: simple selector/combined selector/selector group

What are selectors and categories? Simple selector/combined selector/selector group

04 minutes37 seconds

Simple Selector: General Filter

03 minutes31 seconds

Simple selector: attribute filter

06 minutes08 seconds

Simple Selector: Form Filter

05 minutes17 seconds

Simple filter: location filter

06 minutes03 seconds

Combination selectors: select elements based on relationships

12 minutes22 seconds

Selector group: select a group of related elements for unified operation

04 minutes24 seconds

Selection method: Use jQuery method to obtain elements

11 minutes43 seconds

$(this) usage: Get the current jQuery object according to the context

03 minutes18 seconds
Chapter4Modify document structure

How to insert and replace document elements

10 minutes04 seconds

Copy element: also called clone element, only applies to elements that exist on the page

03 minutes49 seconds

Packaging Elements: Alternative Element Creation Solutions

05 minutes08 seconds

Delete element: delete or clear child elements

03 minutes13 seconds
Chapter5Events and functions

Two methods of binding elements to elements: even() and bind()

04 minutes40 seconds

Delete the event on the element: you can specify the event unbind()

03 minutes13 seconds

There are actually only two types of functions: named and unnamed.

02 minutes35 seconds

Function declaration: function with fixed name

03 minutes13 seconds

Function expression: Use a variable to replace the function (the name is not fixed)

02 minutes38 seconds

Anonymous function: used as a parameter or callback

03 minutes11 seconds
Chapter6Animation and special effects

Show and hide: make elements disappear and appear

06 minutes14 seconds

Fade in, fade out and fade: also called fade in and fade out

06 minutes06 seconds

Object expansion and contraction effects: sliding effect

10 minutes44 seconds

Animation basics: focus on mastering two object parameters

05 minutes43 seconds
Chapter7AJAX common functions

Introduction to AJAX: Update on demand, no need to update the complete web page

03 minutes40 seconds

AJAX native access to plain text files

05 minutes56 seconds

AJAX native access to html files

05 minutes15 seconds

AJAX native access to xml format data

07 minutes44 seconds

AJAX native access to JSON format data

12 minutes22 seconds

$.ajax() function in AJAX access

06 minutes43 seconds

load() 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
  • CancelreplySending
  • Cancelpost a noteSending