hyperscript icon indicating copy to clipboard operation
hyperscript copied to clipboard

Create HyperText with JavaScript.

Results 43 hyperscript issues
Sort by recently updated
recently updated
newest added

e.className += e.className.length ? ' '+s : s Works perfectly, also with html-element. ZERO other changes needed to hyperscript now that html-element supports properties so e[k] = l[k] line #65...

``` _="on htmx:afterRequest remove .hidden from the closest to me" ``` Is giving me a "returned `null`" error. Snippet from HTML: ```html ``` ``` document.querySelector('.followbutton') ``` Does return results. What...

To reproduce: `h('meta', { property: 'og:url' }).outerHTML` Expected output: `""` or similar Actual output: `""`, with no trace of the `property` attribute Hyperscript version: 2.0.2