February 2014
Intermediate to advanced
410 pages
8h 15m
English
It is relatively easy to create stylish buttons quickly with CSS3, but adding additional functionality often requires more investment in terms of time. jQuery UI provides a button API that can be used to create a wide range of button controls, which can be easily added to UIs and interacted with inside JavaScript code. This recipe shows you how to create common button controls so that you can re-use the code at your convenience.
Inside the chapter9 folder that was created earlier, create recipe-1.html and recipe-1.js.
To create a range of different button controls using the jQuery UI library, perform the following steps:
recipe-1.html in order to add ...Read now
Unlock full access