随笔分类 - js
摘要:``` 头部固定的表格 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 姓名 ...
阅读全文
摘要:/*! * validator - v1.0 * Copyright 2014 create by huanghaiping 同事 */ (function(wnd,$){ if(typeof Array.prototype.has == 'undefined'){ Array.prototype.
阅读全文
摘要:DOM对象和JQuery对象的区别 [http://www.cnblogs.com/yellowapplemylove/archive/2011/04/19/2021583.html] [https://segmentfault.com/a/1190000003710344]
阅读全文
摘要:this理解 一个函数被直接调用的时候,属于全局调用,这时候它的 this 指向 全局对象。严格模式 ‘use strict’下undefined。 当一个函数被当作一个对象的方法调用的时候,this 指向函数所在的这个对象; setTimeout坑可使用闭包。 当作构造函数调用时,this 指向了
阅读全文
摘要:tab切换 1 /* tab切换--tabmenu 切换的按钮,tabwrap要切换的容器 */ 2 function tab(tabmenu,tabwrap) { 3 $(tabmenu).click(function(){ 4 var index = $(this).index(); 5 $(t
阅读全文

浙公网安备 33010602011771号