mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00

* Move extension script URL to the start of the page * Improve visibility of installation instructions on /extensions page
426 B
426 B
layout | title |
---|---|
layout.njk | </> htmx - high power tools for html |
The remove-me
Extension
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">
Usage
<div hx-ext="remove-me">
<!-- Removes this div after 1 second -->
<div remove-me="1s">To Be Removed...</div>
</div>