热门

最新

红包

立Flag

投票

同城

我的

发布
thanklife
零点零一
4 年前
truethanklife

CSDN不能发文章了。点击写文章后,总是跳到创作中心页面,而这个页面 没有发表文章的按钮或者任何可输入文章的编辑框

CSDN App 扫码分享
分享
1
6
打赏
  • 复制链接
  • 举报
下一条:
input radio只点击选择一次<ul> <div class="ss"><input type="radio" name="radio" class="fc" id="radio" value="a" />fdfd</div> <div class="ss"><input type="radio" name="radio" class="fc" id="radio" value="b" />qqqq</div> <div class="ss"><input type="radio" name="radio" class="fc" id="radio" value="c" />wwww</div> </ul><script type="text/javascript"> var isTF; $('.ss').click(function(){ isTF = $(this).siblings().find('input[type="radio"]:checked').is(":checked"); if (isTF == true) { $(this).find("input[type=radio]").attr('checked',false); }else{ $(this).find("input[type=radio]").attr('checked',true); } });</script>
立即登录