1. 程式人生 > >jquery高階之妙味雲課堂筆記

jquery高階之妙味雲課堂筆記

jquery高階
基礎方法擴充:
get:下標和length屬性
outerWidth:針對隱藏元素和引數true
text():合體的特例
remove():detach()
():(document).ready()

get():就是把jq轉成原生的js
示例:把集合轉換成原生的物件 就可以用原生的方法
alert($(‘#div1’).get(0).innerHTML);//彈出內容div

for(var i=0;i