February 2014
Intermediate to advanced
410 pages
8h 15m
English
In Chapter 6, User Interface, you were shown how to create your own modal pop ups. jQuery UI provides an easy-to-use API that helps you to quickly add modals or dialogs to your application. This recipe will look at the default behavior of jQuery UI's dialogs and show you how to use them. Once again, this recipe is designed so that you can easily find the code you need and re-use it at your convenience.
In the chapter9 folder, create recipe-2.html and recipe-2.js and have them open and ready for editing.
To understand how to quickly add dialogs or modals to your application, perform the following steps:
recipe-2.html in order to create the button ...Read now
Unlock full access