what? Is anti shake throttling such a simple thing?

Explanation of personal views on anti shake throttling 1, Cognition of anti shake throttling I think the anti shake throttle: Actual anti shake throttling: Please look down for details 2, I'm getting serious -------------------Anti shake------------------- First, let's look at a question: The UTF-8...

Posted by seanrock on Mon, 27 Sep 2021 23:07:19 +0530

A simple comb of the common methods of arrays

A simple comb of the common methods of arrays Arrays as a common data type in development,Learn how to handle arrays,Will make your development smoother Array methods fall into two broad categories: 1.Method of changing the original array : as shift(),unshift(),pop()etc. 2.Method that does not UTF-8...

Posted by DylanBlitz on Wed, 29 Sep 2021 22:43:16 +0530

JS-Object Oriented

JSON What is JSON: JSON is an abbreviation for JavaScript Object Notation, which is a data format. JSON is essentially a string.The elements in JSON are simple values, objects, arrays 1) Simple values: numeric, character, Boolean, Null, note that there is no undefined 2) Object: used to store dUTF-8...

Posted by plautzer on Sat, 02 Oct 2021 22:19:50 +0530

JavaScript basic notes

1. JS basic syntax 1.1 three ways of introducing JS code Intra line import Button Internal introduction alert("Intra line import") External introduction 1.2 notes Single-Line CommentUTF-8...

Posted by adamlacombe on Mon, 04 Oct 2021 07:13:26 +0530

ES6 related notes

1. New syntax of ES6 let Keywords added in ES6 for declaring variables let declared variables are valid only at the block level scope (scope in braces) //a is valid only in braces if(true){ let a = 10; var b = 10; } console.log(a); // a is not defined console.log(b); //OK There is no variable pUTF-8...

Posted by guyfromfl on Wed, 06 Oct 2021 00:12:09 +0530

Layui Basics

Layui directory 1, Overview 1. Download Layui Download 2. Download file description css Style Font: font image: picture lay: |–models |– layui.all.js contains the JS of all modules If you want to use the layui.js framework, you must use layui.use(["table", "layer", "laydate", "form"], function(UTF-8...

Posted by strudo on Thu, 07 Oct 2021 04:41:57 +0530

Learning notes | HTML -- head tag about HTML (404 interface example)

Previous article: Learning notes | basic HTML structure and basic Tags - the first step in front-end learning! As we know, in HTML language, a page consists of four parts: Document declaration: html tag pair: < html >Head tag pair: < head >Body tag pair: < body > In the head tagUTF-8...

Posted by windwaker on Thu, 07 Oct 2021 14:39:32 +0530

Mobile web effects

1. Touch screen events 1. Overview of touch screen events The mobile terminal has good compatibility, without considering the compatibility of JS. The mobile terminal has its own unique features, such as touch (also known as touch event), Android and iOS The touch object represents a touch poinUTF-8...

Posted by Pr0digy on Thu, 07 Oct 2021 23:21:12 +0530

Knowledge system of Web front end development engineer_ 34_JavaScript jQuery

1, Animation 1. Simple animation $element. show() $element. hide() $element. toggle() Show hide $element. slideUp() $element. slideDown() $element. slideToggle() Up and down $element. fadeIn() $element. fadeOut() $element. fadeToggle() Fade in and out give an example: jQuery AnimatioUTF-8...

Posted by grant777 on Fri, 08 Oct 2021 06:39:05 +0530

Use webSocket +videojs live broadcast function

Use webSocket +videojs live broadcast function I wish the little partner Yuanshen 2.2 walnut son who likes the collection and forwarding will not be crooked.:. ゚ (◕ ‿ ◕) ノ.: + ゚ Let's talk about the method first (because I have two demo s, I write them separately, but the general logic is the sUTF-8...

Posted by AceE on Sat, 09 Oct 2021 09:43:53 +0530