$(.btn).index(this) 를 바닐라로 > IT 기술백서글쓴이 hacktam / 2024년 05월 20일 [code] const idx = [].indexOf.call(document.querySelectorAll(‘.btn’), this); [/code]