$('.btn').index(this) 를 바닐라로 > IT 기술백서

IT 기술백서

직접 알아내거나 검색하기 귀찮아서 모아 둔 것

JavaScript | $('.btn').index(this) 를 바닐라로

본문

[code]

const idx = [].indexOf.call(document.querySelectorAll('.btn'), this);

[/code]

댓글 0개

등록된 댓글이 없습니다.

Menu