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






johnyeah12

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2016年8月15日

倒计时
摘要: // 点击“获取验证码” $("#getCode").click(function(){ if(!($("#getCode").hasClass("yes"))) { var count=60; // 60s秒获取验证码 var phoneNum = $("#phoneN").val(); if(! 阅读全文
posted @ 2016-08-15 14:11 jackyeah_void 阅读(107) 评论(0) 推荐(0)
 
控制
摘要: //控制金额输入$("input[name=je]").on("input", function (event) { "use strict"; var $el = $(event.target), value = $el.val(), cursorPositionStart = $el[0].se 阅读全文
posted @ 2016-08-15 14:09 jackyeah_void 阅读(124) 评论(0) 推荐(0)