How to bind a click event to jquery single-producer radio

Source: Internet
Author: User

How to bind a click event to jquery single-producer radio

This article describes how to bind a click event to jquery single-worker radio to respond to changes in the single-worker radio value. It is of practical value. For more information, see

 

 

This article describes how to bind a click event to jquery single-click radio. Share it with you for your reference.

The specific implementation method is as follows:

 

The Code is as follows:

<Html>
<Head>
<Title> click events bound to a single worker radio </title>
<Meta http-equiv = "content-type" content = "text/html; charset = UTF-8"/>
<Script type = "text/javascript" src = "jquery-1.8.2.min.js"> </script>
<Script type = "text/javascript">
$ (Function (){
$ (": Radio"). click (function (){
Alert ("you are..." + $ (this). val ());
});
});
</Script>
<Style type = "text/css">
H5 {color: blue ;}
Textarea {resize: none ;}
# Word {color: red ;}
</Style>
</Head>
<Body>
<H5> click events bound to a single worker radio <Form action = "" method = "">
<Input type = "radio" name = "gender" value = "male"> male
<Input type = "radio" name = "gender" value = ""> female
<Input type = "radio" name = "gender" value = "Chun ge"> Chun Ge
</Form>
</Body>
</Html>

 

I hope this article will help you with jQuery programming.

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.