Analysis on setAttribute compatibility usage in javascript and setattribute compatibility
This article analyzes the setAttribute compatibility usage in javascript. We will share this with you for your reference. The details are as follows:
1: We
Next I will share with you a tutorial on the usage of Attribute and setAttribute in Javascript. I hope this article will help you.
First, let's talk about setAttribute. We often need to dynamically add various attributes to the Element in JavaScript.
In general, I feel that js setAttribute works exactly the same as attr in jquery, but it is simplified in jquery and the work is more powerful. Next I will introduce their usage separately.
SetAttribute (string name, string value): adds a new
We often need to dynamically add various attributes to the Element in JavaScript, which can be achieved by using setAttribute (), which involves the compatibility of the browser. SetAttribute (stringname, stringvalue): Add a new attribute with the
We often need to dynamically add various attributes to the element in Javascript, which can be achieved by using setattribute (), which involves the compatibility of the browser.
Setattribute (string name, string value): adds a new attribute with
We often need to dynamically add various attributes to the Element in JavaScript, which can be achieved by using setAttribute (), which involves the browser compatibility problem setAttribute (string name, string value ): add a new attribute with
To start with setattribute, we often need to add various properties to the element dynamically in JavaScript, which can be done by using setattribute (), which involves browser compatibility issues.
The code is as follows
Copy Code
This article analyzes the SetAttribute compatibility usage in JavaScript. Share to everyone for your reference, specific as follows:
1: The general properties are recommended to use node. Xxxx.2: Custom properties recommend the use of
SetAttribute (string name, String value): Adds a new property that specifies the name and value, or sets an existing property to the specified value.1, Style problems
The class in setattribute ("Class", value) refers to changing the attribute of
Basic usage of setattribute
Element.setattribute (Attributename,attributevalue)
The setattribute () method adds the specified property and assigns the specified value to the example
document.getElementsByTagName ("INPUT") [0].setattribute ("Type",
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.