mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 21:41:40 +00:00
360 B
360 B
+++ title = "remove-me" +++
The remove-me
extension allows you to remove an element after a specified interval.
Install
<script src="https://unpkg.com/htmx.org/dist/ext/remove-me.js"></script>
Usage
<div hx-ext="remove-me">
<!-- Removes this div after 1 second -->
<div remove-me="1s">To Be Removed...</div>
</div>