jquery UI Learning Essay button

Source: Internet
Author: User

Five. The Radio box, check box button buttons not only set normal buttons, but are also valid for radio boxes and check boxes. HTML Radio Box<inputtype= "Radio"name= "Sex"value= "Male"ID= "Male"><label for= "Male">Man</label></input><inputtype= "Radio"name= "Sex"value= "female"ID= "female"><label for= "female">Woman</label></input>//jquery Box $ (' #reg Input[type=radio] '). button ();//jquery box changed to $ (' #reg '). Buttonset ();//html part into one line//html check box <inputtype= "checkbox"name= "Color"value= "Red"ID= "Red"><label for= "Red">Red</label></input><inputtype= "checkbox"name= "Color"value= "Green"ID= "Green"><label for= "Green">Green</label></input><inputtype= "checkbox"name= "Color"value= "Yellow"ID= "Yellow"><label for= "Yellow">Yellow</label></input><inputtype= "checkbox"name= "Color"value= "Orange"ID= "Orange"><label for= "Orange">Orange</label></input>//jquery check box $ (' #reg Input[type=radio] '). button ();//jquery check box changed to $ (' #reg '). Buttonset ();

jquery UI Learning Essay button

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.