(1)、DOM對象只能訪問DOM對象的API
(2)传货、jQuery對象只能訪問jQuery對象的API
(3)、DOM對象轉化成jQuery對象:
? ??????????????????????jQuery對象的后面加上 [ ] 里面加上索引
? ??????????????????????jQuery對象打點調(diào)用get() 括號里面加上索引
(4)、jQuery對象轉換成DOM對象
????????????????????????使用$()方法
(1)、DOM對象只能訪問DOM對象的API
(2)传货、jQuery對象只能訪問jQuery對象的API
(3)、DOM對象轉化成jQuery對象:
? ??????????????????????jQuery對象的后面加上 [ ] 里面加上索引
? ??????????????????????jQuery對象打點調(diào)用get() 括號里面加上索引
(4)、jQuery對象轉換成DOM對象
????????????????????????使用$()方法