다음의 Selector들은 CSS사양이 아니기 때문에 독립적인 사용만으로는 native DOM의 querySelectorAll()이 제공하는 속도향상을 기대할 수 없으므로, 우선 CSS Selector를 사용한 다음 .filter()를 적용하는 것이 좋다고 합니다. ※ 자세한 내용은 「2. Reference」참고하세요. 1. Extensions :animated Selector Select all elements that are in the progress of an animation at the time the selector is run. Also in: Selectors > Attribute Attribute Not Equal Selector [name!=”value”] Select elements..