Jquery-ui, front End--button UI
Learning Essentials:
1. Using the button buttons
2. Modify the button style
The properties of the 3.button () method
4.button (' action ', param)
5. Radio, check button
button, you can give the blunt native button or text a more colorful look. It can not only set buttons or text, but also set radio and multi-select buttons.
A Using the button buttons
When using the button's UI, it does not have to be the input button, and normal text can also be set as button.
$ (' #search_button '). button ();
Two Modify button Style
In the Pop-up button dialog box, open Firebug in Firefox or right-click to view elements. In this way, we can look at the button's style and modify it according to the style. We modify the title background of dialog in order to conform to the theme of the website.
{background:url (.. /img/ui_header_bg.png);} {background:url (.. /img/ui_white.png);}
Note: Other modification scenarios are similar.
179th, Jquery-ui, the front end of the question--button UI