解决radio被选中,可是重复点击后事件不触发的问题

网上找了好多帖子,都没用,在百度知道发现如下答案html 知识点:使用 jq的prop才能设置this htmlhtm $('.ss').click(function(){ $(this).find("input[type=radio]").attr("checked",true); }); <ul> <li class="ss"><input type=
相关文章
相关标签/搜索