jQuery selector returns prevObject instead of normal element

后端 未结 4 1204
一生所求
一生所求 2021-02-01 02:22

I have some problems with selecting elements, with Jquery. When i try to select a element:

var images = $(\"#htmlChunk\").find(\"img.Thumb\");
console.log(images         


        
4条回答
  •  青春惊慌失措
    2021-02-01 03:06

    isn't prevObject just a property of the result?

    you could understand it as "the result has the following prevObject ->"

提交回复
热议问题