htmx/www/extensions/remove-me.md
Denis Palashevskii f44b04f1a1
Docs: Move extension script URL to the start of the page (#1232)
* Move extension script URL to the start of the page

* Improve visibility of installation instructions on /extensions page
2023-02-02 10:34:17 -07:00

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>