|
In many object-oriented programming languages, this (or self) is a keyword which can be used in instance methods to refer to the object on which the currently executing method has been invoked.
復制代碼 代碼如下:
$("#textbox").hover(
function() {
this.title = "Test";
},
fucntion() {
this.title = "OK”;
}
);
這里的this其實是一個Html 元素(textbox),textbox有text屬性,所以這樣寫是完全沒有什么問題的。
但是如果將this換成$(this)就不是那回事了,Error 主站蜘蛛池模板: 平江县| 布尔津县| 滁州市| 长乐市| 通城县| 昭苏县| 霸州市| 泰安市| 新余市| 岑溪市| 久治县| 卢氏县| 凉城县| 济源市| 云和县| 兰坪| 江门市| 兴化市| 凭祥市| 青铜峡市| 仙游县| 和龙市| 金秀| 军事| 黔江区| 苍梧县| 福州市| 涞水县| 荔波县| 大冶市| 吉木萨尔县| 乐至县| 大余县| 长阳| 连云港市| 景洪市| 额敏县| 大名县| 准格尔旗| 驻马店市| 上林县|