摘要:
1. this和$(this)的区别 this.title = "Test"; this其实是一个Html元素(textbox), textbox有text属性,所以这样写是完全没有什么问题的。 $(this).attr(’title’, ‘Test’); $(this)是一个JQuery对... 阅读全文
posted @ 2015-06-21 21:16
Jtianlin
阅读(170)
评论(0)
推荐(0)