Cargando…

Working with the DOM /

The Document Object Model is the tree-like data structure that represents a web browser's model of a web page. This lesson introduces the DOM, some DOM-specific terminology, and shows you how to use JavaScript to query, manipulate, and create DOM elements. Why is it important? Any use of JavaSc...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Brown, Ethan, 1975- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] : O'Reilly, [2016]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Descripción
Sumario:The Document Object Model is the tree-like data structure that represents a web browser's model of a web page. This lesson introduces the DOM, some DOM-specific terminology, and shows you how to use JavaScript to query, manipulate, and create DOM elements. Why is it important? Any use of JavaScript to manipulate pages requires understanding the DOM and the techniques available to accomplish common tasks, such as selecting specific elements or modifying the content of elements. What you'll learn—and how you can apply it Learn what the Document Object Model is and how to use JavaScript to select, manipulate, and create DOM elements. This lesson is for you because… You're a web designer or new frontend developer who needs to understand how to manipulate web pages dynamically with JavaScript Prerequisites Basic familiarity with HTML and JavaScript Materials or downloads needed in advance None.
Notas:Date of publication from resource description page.
From Learning JavaScript, third edition, by Ethan Brown. Cf. Cover.
Descripción Física:1 online resource (1 volume) : illustrations