To get the calculation style of HTML elements there are always many compatibility issues, there are some differences in browsers, Firefox, WebKit (Chrome,safari) to support the standard of the Consortium method: getComputedStyle (), and ie6/7/ 8
First, get the inline style of the elementCopy CodeThe code is as follows:var obj = document.getElementById ("test");Alert (obj.height + "\ n" + obj.width);200px 200px typeof=string just show the values in the Style propertySecond, get the
What we're talking about here is that all child nodes of the get element node include both the element child node and the text node.Or take a code instance of a blog postAnalysis: Do you like the city Beijing Tianjin Shanghai Chongqing
JavaScript to get the DOM element position and size
First, big graph town building ~
In some complex pages, JavaScript is often used to process the dynamic effects of some DOM elements. In this case, we often use the calculation of the position
This article describes how to obtain element styles using native javascript. For more information, see the following abstract:
During the development process, we often encounter many methods to get or change the DOM element style through js, such as
There are three common ways to get page elements using JavaScript :getElementById ()Getelementsbyname ()getElementsByTagName ()The syntax for the "document.+ method name" obtains its page elements, which can be manipulated after the attribute is
It provides a convenient and simple method and properties for locating nodes so that we can quickly operate on the nodes.respectively: getElementById (), getElementsByTagName (), Getelementsbyname (), getattribute (), SetAttribute (), and
Statement: The material used in this column is written by the VIP students of the Kay Academy, who has the right to be anonymous and has the final right to interpret the article; The Edith Academy is designed to promote students to learn from each
This article mainly introduces the JavaScript to get the element style must kill the skill, the need friend may refer to under
JavaScript gets CSS property value method: getComputedStyle and Currentstyle
1. Inline CSS style for elements (
Hello
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.