Here is my code:
Sales Promotion 相关标签: 7条回答 北海茫月 2020-11-28 05:08 There is another way also. Try below code $(document).ready(function(){ $("input[name='gender']").on("click", function() { alert($(this).val()); }); }); 0 讨论(0) 发布评论: 提交评论 加载中... 上一页 1 2 验证码 看不清? 提交回复 热议问题
There is another way also. Try below code
$(document).ready(function(){ $("input[name='gender']").on("click", function() { alert($(this).val()); }); });