相信很多剛接觸jquery的人,很多都會對(t
his)
和thi
s的區別
模糊不清
,那麼這
兩者有什
麼區別呢
?thi
s是原生
js中的
dom對
象 (th
is)和
this
的區別模
糊不清,
那麼這兩
者有什麼
區別呢?
this
是原生j
s中的d
om物件
(this)是jquery物件
以下面例子來區分下
"province">
--請選擇--option>
value="0">湖北option>
value="1">湖南option>
value="2">河北option>
value="3">河南option>
$(function
());
}
script>
jquery this 和this的區別
首先來看看jquery中的 這個符號,實際上這個符號在jquery中相當於jquery 即 this jquery 也就是說,這樣可以返回乙個jquery物件。那麼,當你在網頁中alert id 時,會彈出乙個 object object 這個object物件,也就是jquery物件了。那麼,我們再...
JQuery this和 this 的區別
1.jquery this和 this 的區別 相信很多剛接觸jquery的人,很多都會對 this 和this的區別模糊不清,那麼這兩者有什麼區別呢?首先來看看jquery中的 這個符號,實際上這個符號在jquery中相當於jquery 即 this jquery 也就是說,這樣可以返回乙個jqu...
JQuery this 和this的區別
this 與this的區別 相信很多剛接觸jquery的人,很多都會對 this 和this的區別模糊不清,那麼這兩者有什麼區別呢?首先來看看jquery中的 這個符號,實際上這個符號在jquery中相當於jquery 即 this jquery 也就是說,這樣可以返回乙個jquery物件。那麼,當...