event.target==this????
$('textarea').select(function(e){
? ? ? ?alert(e.target.value);
? ?}) ?//這里的e可以用別的來(lái)代替嗎,不是表示自己選中自己?jiǎn)幔?比如:能用this嗎
時(shí)間: 2
$('textarea').select(function(e){
? ? ? ?alert(e.target.value);
? ?}) ?//這里的e可以用別的來(lái)代替嗎,不是表示自己選中自己?jiǎn)幔?比如:能用this嗎
時(shí)間: 2
2018-03-29
舉報(bào)
2018-03-29
this是指的是當(dāng)前的上下文對(duì)象,簡(jiǎn)單的說(shuō)就是方法/屬性的所有者,是動(dòng)態(tài)的
event是綁定的事件