Programming/jquery2018. 11. 5. 14:34

get은 DOM 객체를 받는다면

eq는 jquery 객체를 받는 차이가 있다.


그래서 이전에.. canvas를 얻었을때 width나 scrollwidth 같은게

jquery 통해서 획득한 녀석은 받아내질 못했던 것으로 보인다.


Retrieve the DOM elements matched by the jQuery object. 

[링크 : https://api.jquery.com/get/]


Reduce the set of matched elements to the one at the specified index. 

[링크 : https://api.jquery.com/eq/]


[링크 : http://www.jquerybyexample.net/2013/04/jquery-difference-between-eq-and-get-method.html]

[링크 : https://fronteer.kr/bbs/view/250]



Posted by 구차니