2016年3月9日

控制一组多选框实现单选

摘要: <!--Jquery代码--> $(':checkbox').click(function() { var $this = $(this); if ($this.parent().hasClass('radio')) { var checkboxs = $this.parent().children 阅读全文

posted @ 2016-03-09 16:48 小小程序猿儿 阅读(222) 评论(0) 推荐(0) 编辑

js中父窗口获得模态窗口的返回值

摘要: <!--父窗口JS--> //查看审核详细 function viewFlow() { var strBackValue= openWin('../VertifyView.aspx?&rn=' + Math.random()+'&View='+strValue, 630, 180);//这里的str 阅读全文

posted @ 2016-03-09 16:39 小小程序猿儿 阅读(2570) 评论(0) 推荐(0) 编辑

导航