摘要: 平时在ASP.NET 中经常这样写, $('#loginOut').click(function() { $.messager.confirm('系统提示', '您确定要退出本次登录吗?', function(r) { if (r) { location.href = '~/Login/LogOff 阅读全文
posted @ 2020-03-04 15:24 许宝 阅读(727) 评论(0) 推荐(0) 编辑
摘要: jQuery 根据value设置radio默认选中: HTML: <input type="radio" name="type" value="1" checked=""> 132<input type="radio" name="type" value="2">456 JS: var sex = 阅读全文
posted @ 2020-03-04 11:19 许宝 阅读(2368) 评论(0) 推荐(0) 编辑