Regardless of what CSS query you use to look the element up, in the jquery example you'd still have your logic (the url, etc) defined elsewhere the htmx version is symmetric with the href attribute in that it completely specifies what is going to happen directly on the element itself of course you could do something in jquery like using a data attribute to store the url and HTTP method, etc, but at that point... - Source: Hacker News / 4 months ago
An early version of Htmx was in fact based on jQuery (https://intercoolerjs.org). - Source: Hacker News / about 1 year ago
I used HTMX since the intercooler days [0] but the stuff you can make is rather limited. Also you still need the JS to deal with a11y things like expanded state (or hyperscript, apparently). If you have a lot of components to implement, everything requires thinking. I really love it for simple applications though. Resist implementing a complicated menu, live notifications, an editable data-table and such... - Source: Hacker News / over 1 year ago
To an extent, there was `jQuery.get` but it wasn't tightly integrated with HTML the original version of htmx was intercooler.js: https://intercoolerjs.org released in 2013, and that version depended on jQuery. - Source: Hacker News / over 1 year ago
:) hyperscript came after htmx htmx is version 2 of intercoolerjs: https://intercoolerjs.org which had a proto-scripting language in it, the `ic-action` attribute: https://intercoolerjs.org/attributes/ic-action I dropped that attribute (along w/ the jQuery dependency) when I created htmx, but I felt there was some merit to the idea of a lightweight scripting language that abstracted away async behavior. Once htmx... - Source: Hacker News / over 1 year ago
You asked for it: https://htmx.org https://hyperscript.org I hated angular when it first came out and couldn't believe what insanity people were willing to come up with, so long as it came from google. (e.g. GWT) I created https://intercoolerjs.org out of frustration with that, and the lack of progress in HTML/hypermedia in general, so I could build a web application I was working on (https://leaddyno.com, since... - Source: Hacker News / over 2 years ago
I created intercooler.js in 2013 so I could do AJAX in HTML: https://intercoolerjs.org Last year I removed the jquery dependency and cleaned it up based on a lot of lessons that I learned, renaming it to hmtx: https://htmx.org Same idea: extends/complete HTML as a hypertext so you can build more advanced UI within the original hypermedia web model, and cleaner implementation. Part of that cleanup involved me... - Source: Hacker News / almost 4 years ago
This is my experience, and your mileage may vary: Multiple times in my coding career I have felt stalled and/or like I was regressing. Early on, I worked on a programming language, gosu (https://gosu-lang.github.io/) which ended up not really going anywhere. Once the work on it was done, I returned to more mundane web programming for a while. A long while after that, and unexpectedly, I turned a jQuery function... - Source: Hacker News / about 4 years ago
Take a look into HTMX. It's the successor to intercooler.js and might be just enough to give you what you need. Source: about 4 years ago
Do you know an article comparing intercooler.js to other products?
Suggest a link to a post with product alternatives.
This is an informative page about intercooler.js. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.