Changelog
[1.0.2] - 2020-12-12
hx-swap-oob
now can accept a CSS selector to retarget withChangelog
[1.0.1] - 2020-12-04
htmx.on('#form', 'htmx:xhr:progress', function(evt) {
htmx.find('#progress').setAttribute('value', evt.detail.loaded/evt.detail.total * 100)
});
multiple
attribute on <select>
elements