单选框radio绑定click事件
生活随笔
收集整理的這篇文章主要介紹了
单选框radio绑定click事件
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
2019獨(dú)角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>
<html><head><title>單選框radio綁定click事件</title><meta http-equiv="content-type" content="text/html;charset=utf-8" /><script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script><script type="text/javascript">$(function() {$(".kkk :radio").click(function() {alert("您是..." + $(this).val());});});</script><style type="text/css">h5 {color: blue;}textarea {resize: none;}#word {color: red;}</style> </head><body><h5>單選框 radio 綁定 click 事件</h5><form action="" method="" class="kkk"><input type="radio" name="gender" value="男性">男性<input type="radio" name="gender" value="女性">女性<input type="radio" name="gender" value="猜猜看">猜猜看</form> </body></html>?
轉(zhuǎn)載于:https://my.oschina.net/u/3549294/blog/1537137
總結(jié)
以上是生活随笔為你收集整理的单选框radio绑定click事件的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: # iOS 一窥并发编程底层(一)
- 下一篇: python 9.13作业