Basic knowledge of jQuery and selectors (self-use)
Development tools:
Hbuilder webstrom (recommended) Dreamweaver idea notepad +
**
Use:
Introducing jquery
When introducing js Library
Must be
No:
Common errors:
If there is an error in html, do not prompt!
Consider html errors if the debugging tool (F12) does not have error prompts, but the display e ...
Added by 7724 on Mon, 12 Aug 2019 12:39:32 +0300
React Searchable Navigation Bar
Internship Xiao Bai really wrote the front end for the first time, used React for the first time, took notes while writing the project, and used the components of SAP UI5 in the final code. Forgive me that direct copy does not work.
Also, I can't show highlights here directly in jsx format, so I use js ...
Added by rigi2 on Mon, 12 Aug 2019 06:01:38 +0300
Do you know the common JavaScript design patterns?
Original: https://medium.com/better-programming... Translator: Front-end Technology Brother
brief introduction
We write code to solve problems. These problems usually have many similarities. When we try to solve these problems, we will notice several common patterns. This is where design patterns come into play. The term design pattern is use ...
Added by Skoalbasher on Sat, 10 Aug 2019 17:14:13 +0300
jQuery Quick Start Theme
Introduction to jQuery
My blog characteristics: the highest important level is *** (Five Red Stars), in turn, the importance of reducing the representative is relatively low!
Introduction to jQuery
JQuery is a library of JavaScript, that is, jQuery is developed based on the JavaScript framework. The goal is to maximize the simplicity of Java ...
Added by porco on Fri, 09 Aug 2019 14:24:27 +0300
Learn the overall architecture of underscore JS and build its own functional programming class library
Preface
The last article wrote about the overall architecture of jQuery. Learn the overall architecture of jQuery source code and build your own js class library
Although I've read a lot of underscorejs analysis articles, I always feel a little bit less. Maybe it's just a shallow idea on paper. You never know what you're going to do. So I decid ...
Added by luanne on Thu, 08 Aug 2019 14:13:11 +0300
Simple Realization of Background Picture Fragment Animation
One day, by coincidence, I saw an article and was deeply fascinated by it. brucelyy: Learn another trick to be a beautiful woman (But it's 404 already)Then spend a few days to encapsulate it, the level is limited, so the title is concise! Ugly!!! Version!!!First of all, we use the picture of the goddess.
First, basic framework construction
Let' ...
Added by mouloud2001 on Thu, 01 Aug 2019 05:11:42 +0300
Thymleaf carries data to the front end
Thymleaf carries data to the front end
I. Use of ModelAndView
(1) control layer (there are some normative problems, business processing should be written in service layer)
This method mainly uses Model AndView to transfer values. When new Model AndView is used, jump pages can be specified. AddiObject ...
Added by jhuedder on Wed, 31 Jul 2019 20:22:47 +0300
Learn Javascript by hand-PopStar
Links to the original text: http://www.cnblogs.com/riasky/p/3471579.html
PopStar is a popular mobile game. Its basic rule is to click on a box. If there are squares of the same color around the box, they are all selected. Then click on ...
Added by kef on Wed, 31 Jul 2019 19:39:25 +0300
Embedding Web Browser Visual Page in WPF
No matter what kind of C/S technology, it is very cumbersome to involve data visualization. Of course, there must be some gods. They are only for most people or through web pages. Sometimes they don't want to separate the two functions. It's usually the customer's reason. So we plan to embed Web Browser in WPF and then use E-Browser. Charts com ...
Added by thinfile on Wed, 31 Jul 2019 12:20:17 +0300
Native JS Implementation of Rotary Graph (Event Delegation and Common Implementation)
Rotary Planting Map
I believe that the concept of the rotation map need not be elaborated, so we directly start thinking analysis. If you want the source code directly, please Click here
Analysis of Thought
The idea of realizing the rotation map is very simple. I use several pictures to arrange hori ...
Added by allanric on Tue, 30 Jul 2019 20:52:28 +0300