会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
念时.net
博客园
首页
新随笔
联系
管理
2010年3月5日
Jquery笔记
摘要: $(function(){ $('#outer1') .bind('mouseover',report) .bind('mouseout',report); $('#outer2').hover(report,report); });jQuery封装好了 hover( over, out ) 。用这个可以解决在区域内移动还是会触发mouseout事件的情况。。。 $("a").click(func...
阅读全文
posted @ 2010-03-05 10:20 念时
阅读(215)
评论(0)
推荐(0)
编辑
细节决定成败!态度决定一切!