TAILIEUCHUNG - Học JavaScript qua ví dụ part 69

DOM của W3C W3C DOM JavaScript cung cấp các ứng dụng một cách thức chuẩn để truy cập vào tất cả các yếu tố của tài liệu. Mặc dù DOM được thiết kế để giúp các nhà phát triển di chuyển một tài liệu XML, tài liệu HTML có thể được điều hướng trong cùng một cách. Đối với JavaScript để thay đổi phong cách của một tài liệu tự động, các yếu tố HTML phải được thể hiện như là các đối tượng | chapter 15 The W3C DOM and JavaScript The W3C DOM The W3C DOM provides JavaScript applications a standard way to access all the elements of the document. Although the DOM was designed to help developers navigate an XML document HTML documents can be navigated in the same way. For JavaScript to change the style of a document dynamically the HTML elements must be represented as objects. We have already discussed the way JavaScript views the hierarchical tree-like structure of the document object model DOM Level 0 in Chapter 11 Working with Forms and Input Devices. The W3C DOM starting with DOM 1 expanded the DOM to include every XML HTML element of the page. With this DOM see Figure all HTML elements attributes and text become objects and the DOM provides methods and properties allowing not only access to all these objects but the ability to use CSS to style them on the fly. With the W3C DOM a Web page can be restructured by creating adding modifying and deleting any item on the page. An excellent source describing the DOM objects and methods is http tutorials JavaScript domstructure. Today the term unobtrusive JavaScript shows up in tutorials blogs books and discussion groups when discussing Web development techniques. The goal is to completely if possible separate JavaScript code from the other two layers of a Web page by putting all the JavaScript functionality in separate .js files independent of the markup and CSS. This allows the programmer to make updates in one place and to avoid interfering with those using unsupported browsers or those who have disabled JavaScript. The DOM Level 1 provided a way to do this by turning every element of a Web page into an object. 611 From the Library of 612 Chapter 15 The W3C DOM and JavaScript 0 W3C Document Object Model About DOM . DOM Activity statement Technical Reports . Technical Materials Test Suites . FAQ . Mailing List Members only resource DOM Interest Group Document .

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.