February 2014
Intermediate to advanced
410 pages
8h 15m
English
jQuery provides the developer with ways to handle built-in JavaScript events with functions such as .click(), .hover(), and others. jQuery also allows developers to create their own event types for additional functionality. With the creation of custom events, developers are also able to pass data around their application more easily.
Create another blank HTML document named recipe-10.html in an easily accessible location.
Learn how to create a custom event using jQuery by performing the following steps:
<!DOCTYPE html> <html> <head> ...
Read now
Unlock full access