JQuery. Page 2

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...
11:10 10 January 2020

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 ...
13:18 8 January 2020

ThinkPHP+JQuery for asynchronous file upload

Front-end code <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>ThinkPHP+JQuery...
15:09 4 December 2019

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...
4:21 4 December 2019

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...
17:25 3 December 2019

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...
11:54 3 December 2019

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...
9:38 3 December 2019

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...
4:08 3 December 2019

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 ...
20:20 2 December 2019

Common code set

I. jquery returns to the top $("html , body").animate(,'slow'); Second, jQuery judges the sliding direction of the mobile screen ...
14:43 2 December 2019

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...
5:30 2 December 2019

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...
17:23 6 November 2019

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...
11:50 6 November 2019

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...
15:59 4 November 2019

jQuery Chapter 5 example method details built-in queue() dequeue() method

.queue() .dequeue() .clearQueue() -------------------------------------------------------------------------- .queue() Put things in the queue Paramet...
14:27 4 November 2019

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...
9:58 4 November 2019

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...
18:48 18 May 2019