The website uses APlayer+MetingJS to achieve music playback and refresh the page to keep the music playing progress

Recently, I have been tinkering with the website gebilaoli.com. I suddenly wanted to add a function of playing music online to him a few days ago. So I thought of APlayer. APlayer is a simple and beautiful HTML5 music player that supports multiple modes, including playlist mode and bottom suction mode. It is also very simple to use, just add relevant code in the page

Record the egg laying process of a hidden plug-in

Lao Li has made a Z-Blog plug-in that encrypts content and WeChat focuses on access. Its basic function is to hide a piece of content. If the password is entered correctly, the hidden content will be displayed. The basic principle is to POST the password to the back end, and then add the hidden content to the text if the password is correct. Don't you understand? Nothing, I don't understand. Then a user contacted Lao Li yesterday and found that it was in use
 Record the egg laying process of a hidden plug-in

Elevator.js, a plug-in that can slow (increase), solve (add) and return to the top awkwardly

Elevator.js is a small plug-in that returns to the top, such as its name. It is like a real elevator. When you click the button, it will play soothing music to ease the embarrassment caused by page sliding (what am I talking about?). When the page returns to the top of the screen smoothly, there will be a hint of "ding" (sure it will not be more awkward). Elevator.js is a unique
 Elevator.js, a plug-in that can slow (increase), solve (add) and return to the top awkwardly

Jquery Document Operation Method

Make a record so that you don't need Baidu in the future. CSS operation:. css(). css ("color") Get colorcss value. css ("color", "# ff0000") Set value. css ({"color&

Jquery uses parent(), prev(), next(), and children() relationships to find locating elements

It is also amazing that the epidemic makes a person who plays musical instruments start to write code. Record some JQ positioning operations to avoid Baidu when it is used. Sometimes we need to find an element in the page and add some attributes dynamically, such as the Z-Blog code optimization+copy enhanced version plug-in. Click different buttons to locate different elements. Of course, you can use $("# i

Sexy little brother online painting Fluid Paint online experience the feeling of oil painting creation

Today, I found a set of interesting JavaScript source code to simulate oil painting creation in the browser, so that you can have a painter addiction. Well, it's actually a painter. First, let's have a look at my "masterpiece". The operation is simple and clear. Choose the color, density, and brush thickness as needed. Start to create. Operation Skill Click and hold on the canvas to start painting, scroll the mouse ball, change the size of the brush, space+mouse
 Sexy little brother online painting Fluid Paint online experience the feeling of oil painting creation

Sisyphus.js A jQuery plug-in that automatically saves and restores form content locally, with a detailed tutorial

Sisyphus.js is a jQuery plug-in that automatically saves drafts locally. It will automatically save the content you fill in the form to the browser's localStorage (local storage), and then automatically fetch the data when you reopen the page or refresh the page. For example, if you write a thousand words long text, and then the browser crashes, or you click F
Top