菜鸟前端101历程 #004

2014-10-16
阅读 1 分钟
3.2k
捣鼓 jQuery Mobile 新技能GET JavaScript JS object 包含DOM, jQuery object为DOM的集合,需要通过[i](去) $()(来)转换 JavaScript html属性分为:全局属性,事件属性(即DOM对象属性,如onclick,其值为一个js方法)。绑定事件方式:1.HTML事件属性声明;2.js内部DOM对象属性声明;3.js内部DOM事件监听。 JQuery Mob...

菜鸟前端101历程 #003

2014-10-10
阅读 1 分钟
2.6k
捣鼓 jQuery 理解 CSS 理解 新技能GET jQuery filter(callback function) 例子 CSS style is normally set within .css, but element.style() is set within .js eg. get window height then set the style of certain element with it. CSS box-shadow及其叠加 例子 待拓展

菜鸟前端101历程 #002

2014-10-01
阅读 1 分钟
2.4k
捣鼓 jQuery plugin 开发 新技能GET Chainable jQuery plugin return this; Chaining jQuery Immediately Invoked Function ($ + own private var) Protecting the $ Alias and Adding Scope jQuery plugin accepting parameter/options $.extend()Accepting Options jQuery plugin change default option Provide Publi...

菜鸟前端101历程 #001

2014-09-30
阅读 1 分钟
3k
捣鼓 多”维度“模糊查询及结果处理(Fuse plugin + perfect-scrollbar plugin) jQuery plugin 封装上述功能 新技能GET CSS position box-sizing Media Query JavaScript function Vs jQuery function 声明格式 JavaScript, jQuery 中this与 jQuery 中$(this)区别 JavaScript function can be called before defined jQue...