What are jquery event processing -- Le byte front end

Jquery events ready load event ready() is similar to the onLoad() event ready() can write multiple and execute in order $(document).ready(function() {}) is equivalent to $(function() {}) <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>ready event</title> <script src ...

Posted by Topsy Turvey on Tue, 16 Jun 2020 00:18:49 -0700

Use of ECharts plug-in (with case)

Use of ECharts plug-in Introduction to ECharts ECharts, a pure Javascript chart library, can run smoothly on PC and mobile devices, compatible with most current browsers (IE8/9/10/11, Chrome, Firefox, Safari, etc.), the bottom layer relies on the lightweight Canvas class library ZRender, providing i ...

Posted by Steffen on Mon, 15 Jun 2020 22:00:17 -0700

Implementation of menu bar recursively by Vue combined with routing configuration

Author: little potato biubiubiu Blog Park: https://www.cnblogs.com/HouJiao/ Nuggets: https://juejin.im/user/58c61b4361ff4b005d9e894d The official account of WeChat: the idea of a broken potato (scanning the code, attracting a cat, listening to stories together, learning front-end technology) The content of the author's article comes from his ...

Posted by ultimachris on Mon, 15 Jun 2020 20:45:51 -0700

Exploring the inner of React -- postMessage & Scheduler

postMessage & Scheduler Write in front This article contains a certain amount of source code explanation, in which the author writes some contents to replace the official notes (that is, writing is almost equal to not writing that kind). If readers prefer the original code, Moveable step Official warehouse , read in combination. For this ...

Posted by literom on Mon, 15 Jun 2020 19:21:15 -0700

Wechat applet socket.io Instant messaging development (based on E-chat SDK)

1. Background: Because wechat applets need to be developed in light weight, cross platform and short development time, many companies regard applets as the first APP for business presentation. The communication part of E-chat client core SDK has been adapted to wechat applet platform. Let's share the ideas and methods in the adaptation process. ...

Posted by gskaruz on Sat, 13 Jun 2020 23:47:43 -0700

Notes on drawing plug-in ECharts for Android

Main references: https://www.jianshu.com/p/c2b589170379 catalog Basic configuration download Add ecrats dependency: Add gson application more ECharts is an open-source framework developed and provided by Baidu, which is mainly provided for the use of the Web. Therefore, WebView is generally used ...

Posted by Collin on Sat, 13 Jun 2020 22:18:20 -0700

VSCode installation, ECMAScript 6 syntax

Article catalog Front end development VSCode Initial settings 1. Chinese interface configuration 2. Plug in installation 3. Create project 4. Save workspace 5. New folders and pages 6. Preview web page 7. Set font ...

Posted by VisionsOfCody on Sat, 13 Jun 2020 01:59:37 -0700

AJAX and JSON (java review day19)

I. AJAX 1. Concepts: Asynchronous JavaScript and XML a, Asynchronous and Synchronous (based on communication between client and server) 1. Clients must wait for a response from the server and cannot do anything else while waiting 2, the client does not need to wait for a response from the server, and ...

Posted by rscott7706 on Fri, 12 Jun 2020 18:06:27 -0700

Node.js The use of Express framework

Node.js The use of Express framework Node.js The use of Express framework 1 Introduction to express framework 1.1 introduction and features of express framework 1.2 preliminary use of Express 2 Express framework Middleware 2.1 middleware introduction two point two app.use Usage of Middleware 2.3 ...

Posted by ThatGuyBob on Fri, 12 Jun 2020 00:59:16 -0700

es6-ES6 Concepts & New Grammar & Extension of Built-in Objects

ES6 Syntax target Ability to say the characteristics of using let keywords to declare variables Ability to extract values from arrays using deconstruction assignments Ability to say what an arrow function has Ability to receive remaining function parameters using remaining parameters Ability to spl ...

Posted by magicmoose on Thu, 11 Jun 2020 19:24:50 -0700