100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 单选框radio绑定click事件

单选框radio绑定click事件

时间:2023-11-11 15:46:11

相关推荐

单选框radio绑定click事件

独角兽企业重金招聘Python工程师标准>>>

<html><head><title>单选框radio绑定click事件</title><meta http-equiv="content-type" content="text/html;charset=utf-8" /><script src="/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>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。