Learning jаvascript: The non-boring beginner's guide to modern (ES6+) JavaScript programming Vol 2: DOM manipulationКНИГИ » ПРОГРАММИНГ
Название: Learning javascript: The non-boring beginner's guide to modern (ES6+) javascript programming Vol 2: DOM manipulation, 2nd Edition Автор: Marco Emrich, Christin Marit Издательство: The Open Web Learning Institute Год: 2018 Формат: azw3/pdf(conv.) Страниц: 205 Размер: 14.3 Mb Язык: English
DOM Manipulation in 2018 Manipulating HTML & CSS in browsers remains javascript's most important task. This book explains how to make web pages more dynamic, interactive, and responsive. Allergic to web apps that reload with every click? You will learn how to create online applications that are easy and comfortable to use. You will also learn how to program interfaces for managing products, create dynamic tooltips, develop your own image galleries and much more. Don't let ready-made web building kits or frameworks limit you. Use javascript to let your creativity flourish and turn your ideas into reality. Just a few years ago, JQuery was undisputed leader in the field of DOM manipulation. In the meantime, however, javascript has caught up. Today, you can write highly concise and comprehensible code with pure javascript. In the past, programmers always had to take different browsers into account. Today’s browsers speak a common modern javascript and offer standardized DOM. An essential foundation If you are looking to create large single-page applications using frameworks such as Angular or React, it is essential that you understand the underlying browsers’ API. It will allow you to devise alternative solutions for when the frameworks reach their limit. Modern syntax This book uses the current ES6+/ES2018 syntax presented in Vol 1, enabling you to write very short, concise, and above all, well-readable code. Content This latest, completely revised edition takes the latest javascript and browser developments into account. Here is an excerpt of the content: Selecting HTML elements with querySelectorAll DOM scripting: DOM creation, manipulation & traversal Reading and modifying HTML attributes Working with data attributes CSS manipulation with the classList interface CSS manipulation with the style object Asynchronous and delayed loading of javascript files Registering and handling events
Head First JavaScript Автор: Michael Morrison Название: Head First javascript Издательство: O'Reilly Media Год: 2008 ISBN: 9780596527747 Серия: Head First Язык:...