随笔分类 -  jquery

摘要:一、hover$(function (){ $("input").hover(function (){ 动作一 //鼠标移进触发 },function (){动作二 //鼠标移出触发 });});二、常用事件对象的属性:阻止冒泡:e.stopP... 阅读全文
posted @ 2015-07-21 23:10 心胸广阔 阅读(111) 评论(0) 推荐(0)
摘要:手册:http://jquery.cuishifeng.cn/index.html原生对象——>jquery对象this——> $(this)jquery对象——>原生对象$(this)——> $(this).get(0)一、jQuery优势:轻量级强大的选择器出色的DOM操作可靠的事件处理机制完善... 阅读全文
posted @ 2015-06-10 10:25 心胸广阔 阅读(146) 评论(0) 推荐(0)