Apress Media LLC, 2023. — 406 p. — ISBN-13: 978-1-4842-9774-2.
Learn the
basics of JavaScript to enhance your web pages. This book focuses on modern JavaScript programming and encourages a well-organized approach to programming
in general.
JavaScript for Web Developers explains each foundational concept of the language, followed by a practical implementation of that lesson to reinforce what you’ve learned. Author
Mark Simon starts with the basics of JavaScript programming, followed by a tutorial on manipulating HTML elements. You will then learn to work with forms,
along with CSS and Event Listeners. Hands-on projects will not only solidify each concept in your mind, but they will also give you greater confidence and help you absorb best practices. The book concludes with coverage of
Ajax, which will enable you to send and retrieve data from a server asynchronously without interfering with the display and behavior of an existing web page. After reading this book, you will be able to use JavaScript to design and program your own web applications.
What Will You LearnUnderstand the basics of JavaScript programming.
Manipulate and modify web pages with JavaScript.
Use JavaScript to interact with HTML and CSS.
Work with data and understand the basics of working with Ajax.
Who Is This Book ForBeginning web developers with little to no experience using JavaScript.
About the Author
About the Technical Reviewer
Introduction
Working with JavaScript
Project: A Simple Guessing Game
Manipulating HTML Elements
Creating a Slide Show
Working with Forms
Creating a Custom Calculator Form
Interacting with CSS and Event Listeners
Showing and Hiding Content
Project: Building a Lightbox Gallery
Project: An Introduction to Ajax
Running a Web Server
Deferring Scripts
Further Expertise
Index