February 2014
Intermediate to advanced
410 pages
8h 15m
English
There are many situations where a jQuery developer will want to prevent the default browser actions of events of normal HTML elements such as forms, buttons, or even their own event handlers. jQuery provides the ability to stop these events. This allows the developer to prevent situations such as multiple button clicks, multiple form submissions, and accidental submissions, or generally allow the developer to change the normal behavior of typical events.
Create a blank HTML file named recipe-9.html and ensure that the latest version of the jQuery library is available.
Understand how to prevent default browser actions by performing the following steps:
recipe-9.html ...Read now
Unlock full access