02 2014 档案

摘要:jQuery中提供了四种事件监听方式,分别是bind、live、delegate、on,对应的解除监听的函数分别是unbind、die、undelegate、off。bind(type,[data],function(eventObject)) 在选择到的元素上绑定特定事件类型的监听函数,参数的含义如下: type:事件类型,如click、change、mouseover等; data:传入监听函数的参数,通过event.data取到。可选; function:监听函数,可传入event对象,这里的event是jQuery封装的event对象,与原生的event对象有区别,使用时需要注... 阅读全文
posted @ 2014-02-25 13:05 cbhello 阅读(1002) 评论(0) 推荐(0) 编辑
摘要:前端框架: Bootstrap,seajs,aralejs,JQuery学习资料JQuery:1. TryjQuery视频教程http://blog.jobbole.com/37699/2.北风网李炎恢网易云课堂 http://study.163.com/course/courseMain.htm?courseId=501006#/courseMain 下载地址 http://www.verycd.com/topics/2956408/ javascript下载 http://www.verycd.com/topics/2905402/3. 30天学习jQuery https://cour.. 阅读全文
posted @ 2014-02-13 14:03 cbhello 阅读(354) 评论(0) 推荐(0) 编辑