TAILIEUCHUNG - Simply JavaScript phần 7

Điều này được gọi là khai báo một biến. Có được tuyên bố, tắc kè hoa là đã sẵn sàng để có một số dữ liệu được giaoMối quan hệ mẹ-con không chỉ là một cách. Bạn có thể tìm thấy tất cả các trẻ em của một phần tử bằng cách sử dụng tài sản childNodes. | Document Access 65 Figure . The complete DOM tree including text nodes Although those text nodes all look fairly similar each node has its own value which stores the actual text that the node represents. So the value of the text node inside the title element in this example would be DOMinating JavaScript. Whitespace May Produce Text Nodes As well as visible characters text nodes contain invisible characters such as new lines and tabs. If you indent your code to make it more readable as we do in this book each of the lines and tabs that you use to separate any tags or text will be included in a text node. This means you may end up with text nodes in between adjacent elements or with extra white space at the beginning or end of a text node. Browsers handle these whitespace nodes differently and this variability in DOM parsing is the reason why you have to be very careful when relying upon the number or order of nodes in the DOM. Attribute Nodes With tags and text covered by element and text nodes the only pieces of information that remain to be accounted for in the DOM are attributes. At first glance attributes would appear to be part of an element and they are in a way but they still occupy their own type of nodes handily called attribute nodes. Order the print version of this book to get all 400 pages 66 Simply JavaScript Any of the three anchor elements in the example DOM we saw earlier could be visualized as shown in Figure with the element s attribute nodes. Figure . The href and rel attributes represented as attribute nodes in the DOM Attribute nodes are always attached to an element node but they don t fit into the structure of the DOM like element and text nodes do they re not counted as children of the element they re attached to. Because of this we use different functions to work with attribute nodes we ll discuss those functions later in the chapter. As you can see from the diagrams presented here the DOM quickly becomes complex even with a .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.