Buch, Englisch, 217 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 4583 g
ISBN: 978-1-4842-2234-8
Verlag: Apress
jQuery is often injected into web applications and libraries with no logical reason for pulling it in as a dependency. Many web developers don’t really know when they need to use jQuery, and when they don’t - it's just a standard step when setting up a new library or web application. But relying solely on jQuery as your window to the web leaves large gaps in your knowledge. This in turn results in frustration when the abstraction that jQuery provides “leaks” and exposes you to the native aspects of the browser.
This book educates developers, reveals the magic behind jQuery, helps you solve common problems without it, and gives you more confidence to embrace the power of the web API and standardized JavaScript.
What You'll Learn
- Use the web API and standardized JavaScript
- Determine when you need jQuery and when you don't
- Review common JavaScript utility functions
- Work with HTML elements
Any web developer who is interested in learning how to live without jQuery, and deepening their understanding of web development.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
1. The Oppressive Magic of jQuery.- 2. You Don't Need jQuery (Anymore).- 3. Understanding the Web API and 'Vanilla' JavaScript.- 4. Finding HTML Elements.- 5. Using and Understanding HTML Element Attributes.- 6. HTML Element Storage and Retrieval.- 7. Styling Elements.- 8. DOM Manipulation.- 9. Ajax Requests: Dynamic Data and Page Updates.- 10. Browser Events.- 11. Mastering Asynchronous Tasks.- 12. Common JavaScript Utility Functions.- 13. Going Forward.