February 2014
Intermediate to advanced
410 pages
8h 15m
English
jQuery allows developers to easily process user input and then update the page to reflect this input. The previous recipes of this chapter have looked at detecting changes on input values and clicks on various page elements. This recipe will help you to create a web page that will update a header element based on the title that has been selected from a drop-down menu.
Create a blank HTML document named recipe-4.html, with the latest version of the jQuery library downloaded and ready for use.
Using techniques similar to those you have learned in the previous recipes, perform the following steps to make changes to the DOM based on user interaction:
recipe-4.html ...Read now
Unlock full access