mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 13:31:06 +00:00

* reworked the swap code did away with merge in favor of general attributes swapping * updated docs * changed hx-swap-direct to hx-swap-oob * updated build script to create a .gz so I can know what size that is * cleaned up code so it's easier to follow
</> 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.
Description
Languages
JavaScript
92%
HTML
7.1%
CSS
0.4%
TypeScript
0.3%
Ruby
0.1%