随笔分类 -  jquery

jquery中this与$(this)的用法区别
摘要:jquery中this与$(this)的用法区别.先看以下代码: $("#textbox").hover( function() { this.title = "Test"; }, fucntion() { this.title = "OK”; } ); 这里的this其实是一个Html 元素(te... 阅读全文
posted @ 2015-02-11 14:00 Landrain 阅读(185) 评论(0) 推荐(0)