mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
509 B
509 B
</> HTMx
HTML Extensions
Overview
HTMx allows you to issue AJAX requests from HTML without needing to write any javascript. It is a set of extensions to HTML (attributes, request headers, etc.) that allow you to use markup for more complex user interfaces and features, while at the same time retaining the simplicity of the original web programming model.
Background
HTMx is inspired by intercooler.js, but aims to simplify that library and include no dependencies.