07 2016 档案

摘要:<html><head><title> jquery完美实现textarea输入框限制字数</title><meta http-equiv="content-type" content="text/html;charset=utf-8" /><script type="text/javascript 阅读全文
posted @ 2016-07-29 11:29 小林夕 阅读(254) 评论(0) 推荐(0)
摘要:<script> function fmoney(s,n) { n = n > 0 && n <= 20 ? n : 2; s = parseFloat((s + "").replace(/[^\d\.-]/g, "")).toFixed(n) + ""; var l = s.split(".")[ 阅读全文
posted @ 2016-07-15 16:21 小林夕 阅读(3860) 评论(0) 推荐(0)