• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Wowo丶

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页

2016年11月17日

htmL5 html5Validate
摘要: http://www.zhangxinxu.com/wordpress/2012/12/jquery-html5validate-html5-form-validate-plugin/ 阅读全文
posted @ 2016-11-17 10:04 Wowo丶 阅读(137) 评论(0) 推荐(0)
 

2016年11月14日

鼠标滚轮滚动方向
摘要: $('#dateYear').on('mousewheel', function(event) { if(window.event.wheelDelta>0){//向上滚动 $("#dateYear").scrollTop("100px"); }else{//向下滚动 $("#dateYear").scrollTop("100px")... 阅读全文
posted @ 2016-11-14 23:35 Wowo丶 阅读(118) 评论(0) 推荐(0)
 

2016年11月5日

jquery clone 获取文本框值得问题
摘要: 1 clone 出来的文本框 默认不会把原来的事件也带过去 如果使用 $("#").clone(true); true 可以将原来的事件带过去 获取文本框的值 可以使用事件 实现保存 阅读全文
posted @ 2016-11-05 21:49 Wowo丶 阅读(128) 评论(0) 推荐(0)
 

2016年11月2日

请求页面
摘要: $.get(ajax_url, function(data){}) 阅读全文
posted @ 2016-11-02 15:34 Wowo丶 阅读(127) 评论(0) 推荐(0)
 

2016年10月30日

获取iframe内的元素
摘要: 2获取父窗体的值 3 调用 iframe 内的方法 content_iframe.window.test(); // content_iframe iframe的 name 4.js var a=document.getElementById('content_iframe').contentWin 阅读全文
posted @ 2016-10-30 16:55 Wowo丶 阅读(1260) 评论(0) 推荐(0)
 

2016年10月29日

jquery 判断checkbox是否被选中问题
摘要: 1、jquery库2以上 $("#checkbox_check").click(function(){ alert($(this).prop("checked")); }) 返回 true false 2、jquery 库2 以下 $("#checkbox_check").click(function(){ alert($(this).attr("checked"))... 阅读全文
posted @ 2016-10-29 19:07 Wowo丶 阅读(124) 评论(0) 推荐(0)
 

2016年9月29日

bootStrap 模板地址
摘要: http://bootstrap.cn/theme 阅读全文
posted @ 2016-09-29 15:18 Wowo丶 阅读(136) 评论(0) 推荐(0)
 

2016年9月22日

content
摘要: http://www.shangxueba.com/jingyan/1806634.html 阅读全文
posted @ 2016-09-22 21:33 Wowo丶 阅读(194) 评论(0) 推荐(0)
 
基于JS的文本验证
摘要: 2 2.手机IMSI号 var reg = /^4600[0,1,2,3,5,6,7]\d{10}$/g ; if(!reg.test($("#imsi").val())){ alert("填写的IMSI号有误,请重新输入!") $("#imsi").focus(); return; } 阅读全文
posted @ 2016-09-22 19:57 Wowo丶 阅读(449) 评论(0) 推荐(0)
 

2016年9月16日

canvas 移动光速特效-
摘要: http://pan.baidu.com/s/1cHtABO 密码:istl 阅读全文
posted @ 2016-09-16 13:39 Wowo丶 阅读(206) 评论(0) 推荐(0)
 
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页