How to output 26 English characters in JS
This article mainly introduces how JS outputs 26 English characters, which is of great reference value. I hope it will be helpful to everyone. If there are any errors or no complete considerations, I hope you will be very encouraged.
2023-10-10
Mini program implementation search box
Search boxes are very common in e-commerce websites and mini programs. This article mainly introduces in detail how mini programs implement search boxes, which have certain reference value. Interested friends can refer to them.
2019-07-07
Javascript closure demonstration code summary
A netizen asked a question, as shown in the following html, why clicking all paragraphs p outputs 5, instead of alerting the corresponding 0, 1, 2, 3, and 4.
2011-03-03
JS code to determine whether the object is window
This is a very interesting topic. Let's start with it and see if it can be solved.
2010-02-02
An example explanation of the data access object mode of JS design pattern
Below, the editor will give you an example explanation of the data access object mode of JS design pattern. The editor thinks it is quite good, so I will share it with you now and give you a reference. Let's take a look with the editor
2017-09-09
Browser copy plugin zeroclipboard usage guide
ZeroClipboard is a JS plug-in for clipboard copying developed by foreign masters. It is based on Flash to implement cross-browser copying functions. When we use ZeroClipboard, it quietly hides a small Flash video (swf) without affecting our user interface. We just need to use it to implement the copy function.
2016-03-03
Javascript realizes WeChat sharing (QQ, Moments, sharing with friends)
This article mainly introduces the relevant information on Javascript to implement WeChat sharing (QQ, Moments, sharing with friends). Friends who need it can refer to it.
2016-10-10
JavaScript implements left and right scrolling movie canvas
This article mainly introduces JavaScript to implement left and right scrolling movie canvas. The sample code in the article is introduced in detail and has a certain reference value. Interested friends can refer to it.
2020-02-02
Customize file upload button control style with transparent effects
In terms of security considerations, the file selection button style of input[type="file"] cannot be modified at will (but the transparency of input can be modified), which may be incompatible with the designer's design. At this time, you can use the transparent effect to customize the upload button.
2012-12-12
How to judge browser type by JavaScript
This article mainly introduces JavaScript to judge browser types, which can realize the judgment of browsers such as IE, Firefox, Google, etc., and has certain reference value. Friends who need it can refer to it.
2015-02-02