Code example of jquery single-choice button and jquery single-choice button

Source: Internet
Author: User

Code example of jquery single-choice button and jquery single-choice button

Sample Code for jquery single-choice buttons:
The radio button is one of the most important form elements. The following describes some commonly used jquery operations on the radio button.
1. deselect:

 

$ (". Theclass "). each (function () {if ($ (this ). attr ('checked') {$ (this ). attr ('checked', false );}});

 

The code above can unselect the selected single-choice button with the class property value being theclass.
2. Obtain the value of the selected radio button:

 

Var val = $ ('. theclass: checked'). val ();

 

The above code obtains the value Attribute value of the selected button in the single-choice button with the class attribute value being theclass.

The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 11422.

For more information, see: http://www.softwhy.com/jquery/

 

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.