https://htmx.org logo
Join Discord
Powered by
# htmx-general
  • b

    big-airline-13935

    07/06/2020, 4:35 PM
    Probably, I think I would expect the window to scroll to the top of the element, maybe...
    Copy code
    window.scrollTo(0, target.offsetTop);
  • m

    mysterious-toddler-20573

    07/06/2020, 4:37 PM
    That would be on
    show:top
  • m

    mysterious-toddler-20573

    07/06/2020, 4:38 PM
    scroll:top
    says "Scroll the target to the top"
  • m

    mysterious-toddler-20573

    07/06/2020, 4:38 PM
    You might want both (you probably want both, tbh)
  • b

    big-airline-13935

    07/06/2020, 4:53 PM
    Ok so replace
    view
    with
    show
    , which should work fine as is 👍
  • b

    big-airline-13935

    07/07/2020, 1:07 PM
    htmx mentioned in today's issue: https://craftlinklist.com/issues/115#technique
  • m

    mysterious-toddler-20573

    07/08/2020, 12:06 AM
    awesome, thanks @User
  • b

    big-airline-13935

    07/08/2020, 4:15 PM
    Did I see a mention of a 0.0.8 release coming this week?
  • b

    big-airline-13935

    07/08/2020, 4:17 PM
    Or are you still pondering the colon-separated event namespaces @User ?
  • m

    mysterious-toddler-20573

    07/08/2020, 4:18 PM
    @User yes, 0.0.8 release this week, and still thinking about the name spaces. Looking at my calendar, friday is most likely for the release.
  • m

    mysterious-toddler-20573

    07/08/2020, 4:18 PM
    last release for a bit, so if there is anything you need in please let me know
  • b

    big-airline-13935

    07/08/2020, 4:19 PM
    Excellent! Just waiting on the the fixes and config settings 🙂
  • m

    mysterious-toddler-20573

    07/08/2020, 9:21 PM
    https://htmx.org/posts/2020-7-8-htmx-0.0.8-is-released/
  • b

    big-airline-13935

    07/09/2020, 3:22 PM
    @User I know you've already stated that you will have little or no time to work on htmx this month, but may I ask what is on the roadmap for getting to a 1.0.0 0.1.0 version, or is it more about observing what comes up as it is used in the wild?
  • m

    mysterious-toddler-20573

    07/09/2020, 3:27 PM
    I don't see a lot still needed before a 0.1.
  • m

    mysterious-toddler-20573

    07/09/2020, 3:28 PM
    https://github.com/bigskysoftware/htmx/issues/130
  • m

    mysterious-toddler-20573

    07/09/2020, 3:28 PM
    that might be a feature I add for 0.1
  • m

    mysterious-toddler-20573

    07/09/2020, 3:28 PM
    and make a final decision on event naming
  • m

    mysterious-toddler-20573

    07/09/2020, 3:28 PM
    but I basically want to see how 0.0.8 behaves
  • b

    big-airline-13935

    07/09/2020, 4:13 PM
    Sounds good, thanks for the update!
  • u

    user

    07/09/2020, 10:02 PM
    Hello
  • u

    user

    07/09/2020, 10:03 PM
    Hello everyone. I am Kelvin Omereshone. A technical writer and software engineer
  • u

    user

    07/09/2020, 10:03 PM
    Recently stumbled on the idea of returning HTML instead of JSON by Caleb Porzio and I loved it
  • u

    user

    07/09/2020, 10:04 PM
    On researching that I discovered HTMx(formally intercooler). I like what I am reading and plan to do an article on it
  • u

    user

    07/09/2020, 10:04 PM
    Great job you all
  • m

    mysterious-toddler-20573

    07/09/2020, 10:55 PM
    thanks Kelvin!
  • b

    big-airline-13935

    07/10/2020, 7:40 AM
    Feel free to post any questions you may have in here @User!
  • u

    user

    07/10/2020, 8:07 AM
    You are welcome @mysterious-toddler-20573
  • u

    user

    07/10/2020, 8:07 AM
    Thanks @big-airline-13935
  • e

    enough-bear-62625

    07/10/2020, 1:36 PM
    I've been experimenting with htmx to poll a status page which includes a table. I'd like to sort that table by clicking on a header and persist that across polls. I'm currently using the jQuery tablesorter. Any thoughts on a better way to do that? And fair warning, I'm a DBA so limited Javascript 🙂
1...8910...1146Latest