This article describes the method of reducing the window and centering after clicking on the link. Share it for your reference. The specific analysis is as follows: This is a simple JS special effect. I have never seen it before. When clicking on the spec
nw.js implements a chat software company similar to WeChat, QQ is blocked, WeChat is blocked, how to communicate with the outside world, you know. Of course, it is also suitable for the company to set up servers and communicate internally. Project address
Prior to the browser being able to handle the next generation of XHTML The XHTML 2 specification is not yet completed, but it already has many advantages over XHTML 1, including richer structural features, which makes XHTML 2 as an editing format that wil
Article introduction of Wulin.com (www.vevb.com): The application of HTML5 daily audio tag. In the past, if we wanted to play music on the web, we basically played it through Flash, but not all browsers installed the Flash player plug-in. Now, in HTML5, w
Start with its body: When enjoying a web page, you usually notice the background of the page. If there is background music, it will be even more attractive! Yes, so how did these be achieved? Look at the following: 1. Background color<body bgcolor=red> We
Everyone is familiar with the constructor, but if you are a novice, it is still necessary to understand what a constructor is. The constructor is used to create a specific type of object - not only declares the object used, but also accepts parameters to
Comment: I just came into contact with html+css3 today and felt it was pretty good. Let me introduce the input attributes used below. Interested friends can take a look at the screenshot. I hope it will be helpful to everyone. I just came to html5+css3 to
Arrange NN by function: Indicates which earlier Netscape version supports this tag IE: Indicates which earlier Internet Explorer version supports this tag DTD: Indicates which level of definition conforms to XHTML 1.0 DTD. S=Strict
Now, more and more front-end developers are starting to use xHTML+CSS to replace the original table layout to complete the overall layout of the web page, which not only reduces the cost of development and maintenance of the website, but also makes the co
We all know that ajax brings the ability to load asynchronously to the browser, and improves the user experience in data verification, local refresh, etc., but there are also the following problems: 1. The page content can be changed without refresh, but
Simulate post submission through js 1: The request requires parameters too long, exceeding the maximum length allowed by get 2: Want to hide the parameters of the address bar // Create a new form form document.write('<form name=myForm></form> ');
Comment: I am learning HTML5 recently, which involves a very critical element canvas-canvas. After search and research, I will finally implement the simple animation of Super Mary. I will share it with you here. I hope it will be helpful to beginners rece
This article describes the method of JavaScript to determine whether a string contains a specified substring. Share it for your reference. The specific analysis is as follows: The following JS code defines a contains method for the String object to determ
This article describes the method of JS to achieve the change of the background color of the web page and the color in the select box at the same time. Share it for your reference. The specific implementation method is as follows: Copy the code code as fo