控制一组多选框实现单选
摘要:
<!--Jquery代码--> $(':checkbox').click(function() { var $this = $(this); if ($this.parent().hasClass('radio')) { var checkboxs = $this.parent().children 阅读全文
posted @ 2016-03-09 16:48 小小程序猿儿 阅读(228) 评论(0) 推荐(0)
posted @ 2016-03-09 16:48 小小程序猿儿 阅读(228) 评论(0) 推荐(0)
posted @ 2016-03-09 16:39 小小程序猿儿 阅读(2583) 评论(0) 推荐(0)