随笔分类 -  随记

摘要:(function($) { $.fn.extend({ //myField 对象元素 myValue 插入值 insertAtCursor: function(myField,myValue) { //IE下 if (document.selection) { myField.focus();// 阅读全文
posted @ 2016-10-08 18:35 忘忧人 阅读(310) 评论(0) 推荐(0)
摘要:<button type="button" id="sendMsg" class="sui-btn btn-success" style="height:32px;" onclick="time()">获取验证码</button> //倒计时 var wait = 30; function time 阅读全文
posted @ 2016-10-08 18:33 忘忧人 阅读(149) 评论(0) 推荐(0)
摘要:<!doctype html><html><head> <meta charset="utf-8"> <title>指定时间倒计时</title></head><body><DIV id="CountMsg" class="HotDate"> <span id="t_d">00天</span> <s 阅读全文
posted @ 2016-10-08 18:27 忘忧人 阅读(272) 评论(0) 推荐(0)