上一页 1 ··· 14 15 16 17 18

2017年3月17日

avalon.js 文字显示更多与收起

摘要: isShowMore: function (content) { if(content && content.length >= 124){ var shortContent = content.substring(0,124); var showMoreContent = "<pre>"+shor 阅读全文

posted @ 2017-03-17 14:59 王子乔 阅读(635) 评论(0) 推荐(0)

2017年3月3日

极速验证、验证码

摘要: http://www.geetest.com/install/sections/idx-client-sdk.html 阅读全文

posted @ 2017-03-03 10:53 王子乔 阅读(636) 评论(0) 推荐(0)

2017年3月1日

点击空白隐藏div

摘要: window.onload = function(){ $(document).click(function(e){ $("#loginWrap").css('display','none'); }); $("#loginBtn").click(function(e){ $("#loginWrap" 阅读全文

posted @ 2017-03-01 18:23 王子乔 阅读(282) 评论(0) 推荐(0)

上一页 1 ··· 14 15 16 17 18

导航