mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 06:21:19 +00:00
22 lines
401 B
Markdown
22 lines
401 B
Markdown
---
|
|
layout: layout.njk
|
|
title: </> htmx - high power tools for html
|
|
---
|
|
|
|
## The `remove-me` Extension
|
|
|
|
The `remove-me` extension allows you to remove an element after a specified interval.
|
|
|
|
### Usage
|
|
|
|
```html
|
|
<div hx-ext="remove-me">
|
|
<!-- Removes this div after 1 second -->
|
|
<div remove-me="1s">To Be Removed...</div>
|
|
</div>
|
|
```
|
|
|
|
### Source
|
|
|
|
<https://unpkg.com/htmx.org/dist/ext/remove-me.js>
|