.remove() | jQuery API Documentation

.remove() | jQuery API Documentation

瀏覽:539
日期:2026-04-22
Similar to .empty(), the .remove() method takes elements out of the DOM. Use .remove() when you want to remove the element itself, as well as everything inside it. In addition to the elements themselves, all bound events and jQuery data associated with th...看更多