【jQuery/Selector #39】:last Selector 1. Description jQuery(":last") : 매치된 Element들 중에서 가장 마지막 Element를 찾는다. jQuery 3.4버전부터 Deprecated되었습니다. 대신 .last()를 사용하시기 바랍니다. 2. Example #1버튼을 클릭하면 의 가장 마지막 Element를 찾아서 배경색을 변경한다. 버튼을 클릭할 때마다 스타일이 토글된다. JavaScript/jQuery 2023.03.06