search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

Home
Course List
JavaScript basic syntax [dom|bom|es6 new syntax|jQuery|data visualization echarts]

JavaScript basic syntax [dom|bom|es6 new syntax|jQuery|data visualization echarts]

Material collection: https://gitee.com/xiaoqiang001/java-script.git 1. JavaScript basics from the definition and use of variables, flow control statements, arrays, functions, constructors, built-in objects and objects, etc. 2. Web API explains how to obtain DOM elements, how to operate DOM elements, BOM operations, and create web page special effects on mobile terminals. 3. Later there will be advanced js, ES6 object-oriented syntax, object-oriented cases, prototypes and prototype chains, etc. 4. jquery comprehensive + echarts data visualization

729038 person learning
470 class hour
2022-04-24 update time
01 days23 Hours19 minutes37 seconds Total course duration
王林
Gold lecturer
180 Course
180343 student
5.9 score

有朋自远方来,虽远必诛!

You will learn

Material collection: https://gitee.com/xiaoqiang001/java-script.git 1. JavaScript basics from the definition and use of variables, flow control statements, arrays, functions, constructors, built-in objects and objects, etc. 2. Web API explains how to obtain DOM elements, how to operate DOM elements, BOM operations, and create web page special effects on mobile terminals. 3. Later there will be advanced js, ES6 object-oriented syntax, object-oriented cases, prototypes and prototype chains, etc. 4. jquery comprehensive + echarts data visualization

JavaScript basic syntax [dom|bom|es6 new syntax|jQuery|data visualization echarts]

Chapter7 cycle
Section1 Function introduction
00 minutes53 seconds
Section2 Why functions are needed
04 minutes59 seconds
Section3 Function usage
05 minutes03 seconds
Section4 Use functions to find the cumulative sum of 1~100
02 minutes32 seconds
Section5 function parameters
08 minutes13 seconds
Section6 Use functions to find the sum of any two numbers and the cumulative sum
04 minutes56 seconds
Section7 Function parameter and actual parameter matching problem
06 minutes38 seconds
Section8 function return value
08 minutes16 seconds
Section9 Use functions to find the maximum of two numbers
02 minutes55 seconds
Section10 Use function to find the maximum value in an array
05 minutes53 seconds
Section11 return terminates the function and can only return one value
06 minutes14 seconds
Section12 2 things to note about function return values
02 minutes45 seconds
Section13 Seeing through functions through a juicer
02 minutes02 seconds
Section14 Use of arguments
08 minutes56 seconds
Section15 Use functions to find the maximum value of any number
02 minutes52 seconds
Section16 Flip an array using a function
03 minutes41 seconds
Section17 Function encapsulation bubble sort
03 minutes24 seconds
Section18 Use function to determine leap year
03 minutes41 seconds
Section19 A function can call another function
05 minutes22 seconds
Section20 Output the number of days in February
06 minutes24 seconds
Section21 Two ways to declare functions
05 minutes15 seconds
Section22 Scope introduction
00 minutes47 seconds
Section23 javascript scope
07 minutes08 seconds
Section24 Global variables and local variables
07 minutes51 seconds
Section25 javascript does not have block level scope
02 minutes13 seconds
Section26 scope chain
04 minutes58 seconds
Section27 Scope chain case
05 minutes10 seconds
Chapter9 function
Section1 Built-in object guide
01 minutes17 seconds
Section2 What are built-in objects
03 minutes13 seconds
Section3 Learn to query MDN documentation
06 minutes09 seconds
Section4 Math maximum value method of mathematical object
06 minutes16 seconds
Section5 Guess the number game
06 minutes51 seconds
Section6 Use of Date object
08 minutes03 seconds
Section7 Format date year month day week
10 minutes47 seconds
Section8 Format date hours minutes seconds
06 minutes27 seconds
Section9 Date total number of milliseconds (timestamp)
06 minutes57 seconds
Section10 Countdown (Part 1)
07 minutes31 seconds
Section11 Countdown (Part 2)
05 minutes31 seconds
Section12 Two ways to create an array
04 minutes58 seconds
Section13 Two ways to detect whether it is an array
06 minutes53 seconds
Section14 Add array elements
06 minutes30 seconds
Section15 Delete array elements
03 minutes44 seconds
Section16 filter array
02 minutes36 seconds
Section17 Array sort
05 minutes47 seconds
Section18 Get array element index
05 minutes13 seconds
Section19 Array deduplication case
07 minutes29 seconds
Section20 Convert array to string
03 minutes49 seconds
Section21 Basic packaging types
04 minutes52 seconds
Section22 String is immutable
04 minutes08 seconds
Section23 Return position based on character
03 minutes22 seconds
Section24 Find the position and number of occurrences of a certain character
06 minutes28 seconds
Section25 Return characters based on position
04 minutes54 seconds
Section26 Count the most frequently occurring characters (Part 1)
09 minutes38 seconds
Section27 Count the most frequently occurring characters (Part 2)
03 minutes17 seconds
Section28 Splicing and intercepting strings
03 minutes16 seconds
Section29 Replace strings and convert to arrays
06 minutes35 seconds
Section30 Introduction to simple data types and complex data types
00 minutes38 seconds
Section31 Data type memory allocation
08 minutes23 seconds
Section32 Simple data type parameter passing
03 minutes18 seconds
Section33 Passing parameters of complex data types
05 minutes50 seconds
Chapter12 built-in objects
Section1 Introduction to DOM
01 minutes05 seconds
Section2 Introduction to DOM
04 minutes54 seconds
Section3 getElementByid gets the element
08 minutes16 seconds
Section4 getElementsByTagName Gets a certain type of tag element
11 minutes31 seconds
Section5 H5 adds new way to obtain elements
08 minutes35 seconds
Section6 Get body and html elements
02 minutes58 seconds
Section7 three elements of event
06 minutes26 seconds
Section8 Execute event process
04 minutes05 seconds
Section9 Manipulate elements to modify element content
08 minutes16 seconds
Section10 The difference between innerText and innerHTML
06 minutes05 seconds
Section11 Manipulate elements - modify element attributes
05 minutes53 seconds
Section12 Time-sharing greeting case
06 minutes14 seconds
Section13 Operation element-modify form attributes
06 minutes46 seconds
Section14 Example of imitating JD.com to display hidden passwords in clear text (Part 1)
07 minutes23 seconds
Section15 Example of imitating JD.com to display hidden passwords in clear text (Part 2)
08 minutes06 seconds
Section16 Manipulate elements - modify style attributes
05 minutes16 seconds
Section17 Case of imitation Taobao closing QR code
05 minutes04 seconds
Section18 Looping sprites
08 minutes55 seconds
Section19 Show hidden text box content
10 minutes04 seconds
Section20 Use className to modify style attributes
09 minutes28 seconds
Section21 Password box verification information
09 minutes42 seconds
Section22 Summary of operational elements and assignments
03 minutes43 seconds
Chapter14 DOM
Section1 Throttle valve and logic interrupt application
07 minutes39 seconds
Section2 Return to top with animation
10 minutes07 seconds
Section3 Somersault cloud case
10 minutes14 seconds
Section4 Introduction to mobile website special effects
00 minutes59 seconds
Section5 Mobile touch event
04 minutes29 seconds
Section6 Mobile TouchEvent touch event object
11 minutes00 seconds
Section7 Drag elements on mobile
10 minutes05 seconds
Section8 Mobile terminal carousel chart-structure construction
05 minutes40 seconds
Section9 Mobile Carousel Chart-Layout Analysis
07 minutes43 seconds
Section10 Mobile carousel-scrolling pictures
08 minutes01 seconds
Section11 Mobile carousel-seamless scrolling
08 minutes32 seconds
Section12 classList class name operation
08 minutes09 seconds
Section13 Mobile carousel chart - small dots follow changes
05 minutes06 seconds
Section14 Carousel chart on mobile terminal - drag carousel chart with finger
07 minutes45 seconds
Section15 Mobile carousel - slide your finger to play the previous and next pictures
07 minutes01 seconds
Section16 Mobile carousel image-rebound effect
05 minutes39 seconds
Section17 Return to top module production
04 minutes41 seconds
Section18 Solution to the 300ms delay problem of click events on mobile terminals
05 minutes48 seconds
Section19 faskclick plug-in usage
06 minutes44 seconds
Section20 Swiper plug-in use-reference related files
06 minutes43 seconds
Section21 Mobile carousel image - used according to grammar specifications
07 minutes01 seconds
Section22 swiper plug-in usage-parameter change
04 minutes06 seconds
Section23 Other mobile plug-ins and usage summary
03 minutes22 seconds
Section24 Use of video plug-in zy.media.js
07 minutes53 seconds
Section25 bootstrap carousel
10 minutes32 seconds
Section26 Alibaba 100 show carousel picture production
09 minutes38 seconds
Chapter26 Mobile web page special effects
Section1 jQuery attribute manipulation
10 minutes12 seconds
Section2 Shopping Cart Module-Select All (Part 1)
09 minutes54 seconds
Section3 Shopping Cart Module-Select All (Part 2)
06 minutes54 seconds
Section4 jQuery content text value
04 minutes15 seconds
Section5 Shopping cart module - increase or decrease the number of items
07 minutes34 seconds
Section6 Shopping Cart Module-Modify Product Subtotal (Part 1)
08 minutes52 seconds
Section7 Shopping cart module-modify product subtotal (medium)
06 minutes01 seconds
Section8 Shopping Cart Module-Modify Product Subtotal (Part 2)
03 minutes37 seconds
Section9 jQuery iterates through objects each method
08 minutes58 seconds
Section10 jQuery iterating through data
03 minutes37 seconds
Section11 Shopping cart module - calculate total count and total
09 minutes18 seconds
Section12 Create, add, delete elements
08 minutes01 seconds
Section13 Shopping Cart Module-Clean Shopping Cart
07 minutes00 seconds
Section14 Shopping cart module-add background color to selected items
04 minutes49 seconds
Section15 jQuery size method
04 minutes18 seconds
Section16 jQuery position methods
06 minutes02 seconds
Section17 jQuery is rolled to the head method
06 minutes38 seconds
Section18 Return to top with animation
03 minutes46 seconds
Section19 Elevator Navigation Case-Show Hide Elevator Navigation
04 minutes39 seconds
Section20 Elevator navigation case - click to scroll to the target location
08 minutes50 seconds
Section21 Elevator navigation case - click on the current li to add the current class
03 minutes41 seconds
Section22 Elevator navigation case - sliding page elevator navigation automatically adds the current class
05 minutes49 seconds
Section23 Elevator navigation case throttle valve (mutex lock)
06 minutes12 seconds
Chapter31 shopping cart
Section1 bootstrap component
04 minutes57 seconds
Section2 bootstrapJS plugin
10 minutes27 seconds
Section3 Ali Baixiu
10 minutes47 seconds
Section4 Totolist layout functional requirements analysis
06 minutes45 seconds
Section5 todilist core ideas and local storage format
10 minutes16 seconds
Section6 todolist press enter to read local storage data
08 minutes23 seconds
Section7 todolist press enter to save the latest data to local storage
06 minutes29 seconds
Section8 todolist local storage data is rendered and loaded into the page
10 minutes35 seconds
Section9 todolist click the delete button to get the current index number
08 minutes19 seconds
Section10 todolist click the delete button to complete the deletion operation
04 minutes47 seconds
Section11 Click the checkbox to modify the done attribute of the corresponding data
08 minutes20 seconds
Section12 Todolist is in progress and has been completed
04 minutes59 seconds
Section13 todolist counts the number of ongoing and completed items
05 minutes37 seconds
Section14 Introduction to the function of recording video
01 minutes50 seconds
Section15 Point area layout style
10 minutes24 seconds
Section16 Map area layout style
06 minutes38 seconds
Section17 User area layout style
07 minutes20 seconds
Section18 Order area layout style
08 minutes40 seconds
Section19 Sales area layout style
11 minutes17 seconds
Section20 Channel and quarter layout styles
22 minutes20 seconds
Section21 Ranking area layout style-reference
32 minutes55 seconds
Section22 Introduction to data visualization projects
00 minutes54 seconds
Section23 What data visualization
05 minutes17 seconds
Section24 Data Visualization Project Overview
04 minutes20 seconds
Chapter33 BootStrap component
Section1 Introduction to ECharts
04 minutes17 seconds
Section2 Basic use of ECharts
11 minutes19 seconds
Section3 Choose different chart types
05 minutes57 seconds
Section4 ECharts project configuration (Part 1)
10 minutes00 seconds
Section5 ECharts-grid configuration
08 minutes48 seconds
Section6 ECharts related configuration (middle)
10 minutes13 seconds
Section7 ECharts project configuration (Part 2)
11 minutes22 seconds
Section8 Discount chart generation and configuration item summary
04 minutes52 seconds
Section9 Data visualization project adaptation solution analysis
05 minutes10 seconds
Section10 Data visualization project adaptation plan
08 minutes44 seconds
Section11 Project preparation and following the auto-refresh browser plug-in
04 minutes44 seconds
Section12 Visualization project-body and viewport production
09 minutes14 seconds
Section13 Visualization project column container
03 minutes34 seconds
Section14 Border picture usage scenarios and cutting principles
08 minutes43 seconds
Section15 Border image usage syntax
09 minutes37 seconds
Section16 Public panel style production (Part 1)
08 minutes35 seconds
Section17 Public panel style production (Part 2)
09 minutes26 seconds
Section18 Call font icon by class name
05 minutes58 seconds
Section19 Data visualization project-overview area module production
12 minutes14 seconds
Section20 Data visualization project-monitoring area layout analysis
05 minutes50 seconds
Section21 Data visualization project-monitoring area tab bar switching analysis
11 minutes29 seconds
Section22 Data visualization project - seamless scrolling of monitoring area
11 minutes25 seconds
Section23 Point distribution point module-layout
05 minutes11 seconds
Section24 Point distribution point-introduction chart
08 minutes44 seconds
Section25 ECharts pie chart-tooltip parameter meaning
08 minutes31 seconds
Section26 ECharts pie chart-series parameter meaning
06 minutes27 seconds
Section27 Positioning distribution module-customized configuration (Part 1)
06 minutes10 seconds
Section28 Positioning distribution module-customized configuration (Part 2)
07 minutes27 seconds
Chapter34 ECharts

Data Name

The courseware is currently not available for download, and the staff are organizing it. Please pay more attention to this course in the future~