mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 22:41:23 +00:00
21 lines
320 B
Markdown
21 lines
320 B
Markdown
---
|
|
layout: layout.njk
|
|
title: </> htmx - high power tools for html
|
|
---
|
|
|
|
## The `rails-method` Extension
|
|
|
|
This extension includes the rails `_method` parameter in non-`GET` or `POST` requests.
|
|
|
|
### Usage
|
|
|
|
```html
|
|
<body hx-ext="rails-method">
|
|
...
|
|
</body>
|
|
```
|
|
|
|
### Source
|
|
|
|
<https://unpkg.com/htmx.org/ext/rails-method.js>
|