随笔分类 -  js

摘要://图片上传功能jQuery.fn.extend({ uploadPreview: function (opts) { var _self = this, _this = $(this); opts = jQuery.extend({ Img: "ImgPr", Width: 100, Height 阅读全文
posted @ 2018-02-26 15:06 C9 阅读(1422) 评论(0) 推荐(0)
摘要:function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != "function") { window.onload = func; } else { window.onload = 阅读全文
posted @ 2018-02-26 15:03 C9 阅读(174) 评论(0) 推荐(0)
摘要:<html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> <script type="text/javascript" src="js/jquery.min.js 阅读全文
posted @ 2017-09-12 10:11 C9 阅读(186) 评论(0) 推荐(0)
摘要:转载请注明出处:http://www.cnblogs.com/zhangmingze/p/4864367.html ● 事件分为三个阶段: 事件捕获 --> 事件目标 --> 事件冒泡 ● 事件捕获:事件发生时(onclick,onmouseover……)首先发生在document上,然后依次传递给 阅读全文
posted @ 2017-08-25 16:15 C9 阅读(299) 评论(0) 推荐(0)