2018年1月10日
摘要: 短信验证码60s倒计时 html: <input type="button" class="btn btn-primary" value="免费获取验证码" /> JS: var wait=60; function time(o) { if (wait == 0) { o.removeAttribu 阅读全文
posted @ 2018-01-10 17:30 东西南北212 阅读(166) 评论(0) 推荐(0)
摘要: 用JQuery实现选中select里面的option显示对应的div HTML: <select name="" onchange="select(this)"> <option value="1">题目一</option> <option value="2">题目二</option> <optio 阅读全文
posted @ 2018-01-10 17:08 东西南北212 阅读(2035) 评论(0) 推荐(0)