jquery Operation Radio (radio button): Dynamic check, value

Source: Internet
Author: User

jquery is really more convenient than JS, especially in the operation of the page in the form of items, this chapter webmaster and everyone to share with jquery operation radio button radio, to enable the dynamic selection of a radio button and read the selected radio button value of the method,

This article comes from Angel Jian Zhan www.angelweb.cn

Let's look at an example and code:

<script>$ (": Radio[name= ' angelasp '][value= ' Angel ']"). attr ("Checked", "true"); </script>

The above code means to select all the radio button radio named "Angelasp", and find the one with the value "Angel", so that it is selected.

var radio1value=$ (": Radio[name= ' angelasp ']:checked"). Val ();

This code means to take a value, reading the value of the button selected in the set of radio buttons named "Angelasp"!

Well, the other seems to have nothing to do, hoping to help all the useful to use jquery operation Radio radio button friends, Angel Jian station http://www.angelweb.cn first!

Please have a lot of support this site Oh!

jquery Operation Radio (radio button): Dynamic check, value

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.