Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| /* | |
| |-------------------------------------------------------------------------- | |
| | Delete form macro | |
| |-------------------------------------------------------------------------- | |
| | | |
| | This macro creates a form with only a submit button. | |
| | We'll use it to generate forms that will post to a certain url with the DELETE method, | |
| | following REST principles. | |
| | | |
| */ |