07 2020 档案

摘要:https://github.com/inorganik/countUp.js https://www.cnblogs.com/freedom-feng/p/11435364.html 贴代码: <!DOCTYPE html> <html lang="en"> <head> <meta charse 阅读全文
posted @ 2020-07-29 15:41 Comedyy 阅读(827) 评论(0) 推荐(0)
摘要:引入jquery和jquery.eraser.js https://github.com/boblemarin/jQuery.eraser JS部分: $(window).load(function () { //这个适用手机端,等图片加载完再显示,因为有可能会出现第一次加载图片没有加载完就不会出现 阅读全文
posted @ 2020-07-28 16:12 Comedyy 阅读(1281) 评论(0) 推荐(0)
摘要:工具: 1.Fiddler 2.vconsole的js包 3.获取IP的包 var vConsole = new VConsole(); vconsole.js /*! * vConsole v3.0.0 (https://github.com/Tencent/vConsole) * * Tence 阅读全文
posted @ 2020-07-17 11:29 Comedyy 阅读(279) 评论(0) 推荐(0)
摘要:<script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.downCount.js"></script> <div class="time 阅读全文
posted @ 2020-07-14 18:17 Comedyy 阅读(324) 评论(0) 推荐(0)
摘要://监听屏幕旋转 $(window).on('orientationchange', function() { var $el = $("body"); // 需要重新获得宽和高的元素 newWidth = $el.width(); // 新的宽 newHeight = $el.height(); 阅读全文
posted @ 2020-07-14 16:46 Comedyy 阅读(565) 评论(0) 推荐(0)