FF and IE compatible dynamic table example self-write
There are many articles that dynamically add forms implemented by Js, but most of them are not compatible with FF and IE, so I wrote one by hand, and the test effect is pretty good. I'm here to share with you. Interested friends should not miss it.
2013-10-10
Introduction to Object and Object Orientation in JS and Json
Today, the editor will share with you an introduction about objects, object-oriented and Json in js. The editor thinks the content is pretty good. Now I share it with you. It has good reference value. Friends in need will follow the editor to take a look.
2019-01-01
Introduction to the methods, properties and events of JavaScript to control various browser full-screen modes
The browser's full-screen mode startup function requestFullscreen still needs to be accompanied by the js dialect prefix of each browser. I believe that the following code requires you to search a lot to get it together:
2014-04-04
JS gets CSS style (style/getComputedStyle/currentStyle)
This article mainly introduces the method of obtaining CSS styles by JS, and introduces three classification situations of CSS styles. Make a simple encapsulation of obtaining styles. Interested friends can refer to it.
2016-01-01
Example of simple countdown function implementation in native JS
This article mainly introduces the simple countdown function of native JS, involving javascript's timer-based date and time calculation and dynamic modification of page element attributes. Friends who need it can refer to it
2018-08-08
JavaScript implementation method to determine whether a URL link is valid
How to use javascript to determine that the requested url/link is valid (connectable, available)? Friends who need it can refer to it.
2011-10-10
JS How to determine the number of words that can be entered in the text box
This article mainly introduces the method of JS to determine the number of words that can be entered in the text box. It can realize the function of intuitively displaying the number of words that can be entered in the text box. It is very practical. Friends who need it can refer to it.
2015-02-02
js and jquery realize the tab status bar switching effect
This article mainly introduces the effect of switching tab status bar between js and jquery. The sample code in the article is introduced in detail and has a certain reference value. Interested friends can refer to it.
2021-08-08
Example of methods for defining classes and objects in ES6
This article mainly introduces the methods of defining classes and objects in ES6. It analyzes the relevant operation techniques such as definition, inheritance, static methods, static properties in ES6 in combination with examples. Friends who need it can refer to it.
2019-07-07
JavaScript implements verification of the validity of the ID number and prompts
The JS script shared below is the most complete verification program for ID number I have ever used, because only the real ID number can be passed, friends can try it. Copy and run directly.
2015-04-04