Using input input box to achieve nice check box effect (css+jq)

After the completion of the design, it is really a barrier and long QAQ. When using a check box, because it is too ugly to abandon the check box, I made one myself. There is no picture in it, which is implemented by css and jQuery. The final effect can be seen directly without much nonsense: The html element is design ...

Posted by daftdog on Fri, 01 May 2020 08:33:11 +0200

Picture labeling component - jquery.picsign - the first open source component encapsulated by itself

After a few days of trying and learning, I have encapsulated my first js component, there are many shortcomings, please give me some advice. Because of some business needs, we need to add some labels to the pictures, find some on-line but can not meet the needs, and there are some bug s, too many pits So I have the idea of encapsulating one by ...

Posted by JohnMC on Wed, 29 Apr 2020 19:44:09 +0200

Asp.Net Core 3.1 learning 4. JWT based token verification and Swagger use in Web Api

1. Initial JWT 1.1 JWT principle JWT (JSON Web Token) is the most popular cross domain authentication solution at present. Its advantage lies in that the server does not need to store tokens for distributed development, and provides data for the APP for the project of front-end and back-end separation. The items of the token generated by log ...

Posted by presence on Tue, 28 Apr 2020 07:06:22 +0200

Use of nice scroll plug-in

https://www.cnblogs.com/jinqi79731/p/nicescroll.html Nicescoll scroll bar plug-in is a very powerful JQUERY based scroll bar plug-in, which does not need to add additional css, and is almost browser compatible. ie6 +, the implementation only needs a piece of code, with very little invasion, completely customizable style, support for touch even ...

Posted by sonicfusion on Sat, 25 Apr 2020 16:38:56 +0200

Picture download of node crawler

Background: for some players who want to change their avatars, but don't know what avatars to use, as a code enthusiast, if they can use the program to solve the problem, they don't need to use the program to change their avatars, just do what they say, and then sort it out. design sketch Environment configuration Install node environme ...

Posted by Ryan0r on Thu, 23 Apr 2020 17:04:00 +0200

Websocket live room chat tutorial - go easy to quickly implement chat room

This tutorial and the full set of source code have been open-source on the OSChina code cloud and will be updated continuously. Please visit the latest version https://gitee.com/goeasy-io/GoEasyDemo-Live-Chatroom.git That fire has been broadcast live in the last two years. It's really indescribable! Often a friend asks, I want to realize a live ...

Posted by Zup on Tue, 21 Apr 2020 05:25:39 +0200

Props, State and render functions in React

Summary of core features of React 1. React: Declarative Development (JS or jQuery attribute command development) 2. Can coexist with other frameworks 3. Componentization 4. One-way data flow (A parent component can directly change the data of a child component, but a child component cannot directly change the data of a parent component)   Props ...

Posted by lukelee on Sun, 12 Apr 2020 19:29:20 +0200

Application of MQTT communication protocol in Unity -- JS implementation

It has been studied in the industrial field for a long time. According to the requirements of digital twin, it is necessary to get through the network, from CLP to IOT to Dass to virtual factory (3D visualization). In order to get through the state of control and anti control, it is necessary to get through the network communication. For Unity ...

Posted by rhyspaterson on Thu, 09 Apr 2020 16:34:19 +0200

Several methods of dynamic generating html elements in jQuery

In general, html elements can be created dynamically in the following ways: 1. Syntax for creating elements using jQuery 2. Store the dynamic content in the array, and then traverse the array to dynamically create html elements 3. Use template 1. Use jQuery to dynamically create elements and append them to jQuery ob ...

Posted by Hellomonkey on Mon, 30 Mar 2020 19:45:42 +0200

Experience summary of developing H5 page control by wechat based on Jquery WeUI

When wechat develops H5 pages, it often develops the interface effect based on WeUI or JQuery WeUI. Because I like to use JQuery on the Web interface of Asp.net, I prefer to use JQuery Weii, this essay combines the official case and the experience summary of the actual development process of the project, analyzes and summarizes the interface co ...

Posted by oc1000 on Tue, 24 Mar 2020 07:42:47 +0100