Book Image

Getting Started with jQuery 3 [Video]

Book Image

Getting Started with jQuery 3 [Video]

Overview of this book

If you are a web developer and want to create web applications that look good, are efficient, have rich user interfaces, and integrate seamlessly with any backend using AJAX, then this video is the ideal match for you. We’ll show you how you can integrate jQuery 3.0 into your web pages, avoid complex JavaScript code, create brilliant animation effects for your web applications, and create a flawless app. We start by configuring and customising the jQuery environment and getting hands-on with DOM manipulation. Next, we’ll explore event handling advanced animations, create optimised user interfaces, and build useful third-party plugins. Then you'll learn how to integrate jQuery with your favourite back-end framework. You’ll also discover how to use the newly introduced JavaScript promises and the new animation API in jQuery 3.0 in great detail, along with sample code and examples
Table of Contents (6 chapters)
Chapter 3
Handling Events
Content Locked
Section 3
Event Propagation
In illustrating the ability of the click event to operate on normally non-clickable page elements, we have crafted an interface that doesn't indicate that the style switcher label. To remedy this, we can give it a rollover state, making it clear that it interacts in some way with the mouse - Modify the Classes applied to the buttons - Use implicit iteration and event context - Visualize the code as a set of nested elements