摘要:
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)
浙公网安备 33010602011771号