What's the difference between a jQuery object and a DOM element? Difference between .get() and .index()?

后端 未结 7 1009
慢半拍i
慢半拍i 2020-12-03 12:16

I\'m lead to this question when trying to figure out the difference between jQuery\'s .get() and .index(), I\'ve looked over the jQuery API and I s

7条回答
  •  星月不相逢
    2020-12-03 12:39

    DOM element are browser rendered text jquery object you got by use this code var object={} console.log(object);

提交回复
热议问题