Using vue and bootstrap to write simple user information
Note: 1.v-model = "" for bi-directional data binding of input form logical layer and rendering layer 2.v-on:click='add() 'click m...
Prototype application in JS (inheritance and extension)
Prototypes in JS Prototype is a very important mechanism in JavaScript. Through [[prototype]], we can easily implement the inheritance and extension ...
ThinkPHP+JQuery for asynchronous file upload
Front-end code <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>ThinkPHP+JQuery...
Getting started with Python crawler
Written in front A beautiful day has begun again. Today, we continue to climb the IT online education website, mooc.com. The data volume of this platf...
Custom plug-in of vertical waterfall flow based on jquery
The company's new project has made a plate about pictures. It found some waterfall plug-ins on the Internet that are not very suitable for itself...
Length of JavaScript object
I have a JavaScript object. Is there a built-in or recognized best practice to get the length of this object? const myObject = new Object(); myObject...
Encapsulate a super simple vue sharing component
Update: from May 2018, jithis will turn off sharing function. Please use http://sharesdk.mob.com/ Or search other social sharing Libraries When devel...
Using echarts to draw multidimensional histogram
Preface Before that, I've shared with you how to use echarts to draw line graphs, double line graphs and histogram. Today, I'd like to shar...
Verification code algorithm
Verification Code: This verification code is developed by myself with reference to other people's ideas. The printing effect is general and not ...
Common code set
I. jquery returns to the top $("html , body").animate(,'slow'); Second, jQuery judges the sliding direction of the mobile screen ...
Summary of Handlebars, a front-end template engine
I. escape of Handlebars template 1. template Escape, output HTML string when {}} is used When {{}}} is used, html is output without escaping (identif...
Those js that are often used but are not easy to write in the background -- multiple box event
jquery implementation Import jquery file // Online introduction <script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.4.min.js" t...
Implementation of Swoole Redis connection pool
This article only implements a Redis connection pool, which is too short. By the way, integrate the previous several articles.These points are roughly...
Native js implementation of each method
There is an each method in jquery to simplify and facilitate circular operation.Then es produced a forEach method. Although the two methods are simila...
jQuery Chapter 5 example method details built-in queue() dequeue() method
.queue() .dequeue() .clearQueue() -------------------------------------------------------------------------- .queue() Put things in the queue Paramet...
Swoole and thinkp5 develop WebSocket online chat communication system
To use Swoole in ThinkPHP, you need to install the think Swoole composer package, provided that the system has installed the Swoole PECL extension* T...
Developing Todos Records with jQuery
This example mimics the function of todo MVC in vue.js, using jQuery With development, the first version of jQuery will look a bit confusing and will...