Live data from Hacker News

Viewing profile — zamjs

zamjs

HN member
Joined
Tue, Dec 26, 2017, 3:12 PM UTC
HN karma
5
Public activity
9 items

About zamjs

No profile information was provided.

Recent public activity

  1. comment
    Comment #16016177

    Thank you so much for your feedback! The documentation is a work in progress. The ajax function is a bit of a mess and needs to be reworked. Fetch is most likely the better option …

  2. story
    Why use jQuery when you can use Zam?

    http://zamjs.com https://github.com/roecrew/zam/

  3. story
    Why you should use Zam JavaScript Library for your personal project.

    1. Just a little over 3KB. 2. Based around native DOM functions - so it's pretty damn fast. See https://github.com/roecrew/zam/ for benchmarks. Or make your own at https://jsperf.c…

  4. comment
    Comment #16010308

    I see your points. "Like, is it faster because it uses native dom selection functions?" Yes, this library is fast because it's based around native dom functions. "If that's not the…

  5. comment
    Comment #16009986

    Thanks for the catch!! Fixed it. I had to explicitly set "left: 0"

  6. comment
    Comment #16009961

    From a performance stand point -- does it really matter? You are right. fadeIn and fadeOut should have some optional callback for completion.

  7. comment
  8. comment
    Comment #16009897

    Zam's methods are overall document methods. For example: .each() and .addStyle() Things get a little more complex with some of the methods though. For example: .css() Fetch is only…

  9. story