随笔分类 -  jquery

jquery_mobile事件
摘要:1 2 3 4 5 无标题文档 6 7 8 9 38 39 40 41 42 header 43 44 存在data-icon.html 45 不存在data-icon2.html 46 页面home 47 跳到page1 48 49 footer 50 ... 阅读全文

posted @ 2017-07-28 16:15 世界,太精彩 阅读(212) 评论(0) 推荐(0)

jQuery控制a标签不可点击 不跳转
摘要:jquery禁用a标签方法1 01 02 03 04 05 06 07 08 09 10 11 12 $(document).ready(function () { $("a").each(function () { var textValue = $(this).html(); if (textV 阅读全文

posted @ 2017-05-11 14:54 世界,太精彩 阅读(35581) 评论(0) 推荐(1)

倒计时
摘要:/*审核倒计时*/ var timer=function () { var curTime=new Date(); var endTime=new Date(curTime.getFullYear(),curTime.getMonth(),curTime.getDate()+3);//3天后 var 阅读全文

posted @ 2017-04-20 15:31 世界,太精彩 阅读(210) 评论(0) 推荐(0)