Viewing profile — zamjs
zamjs
HN member- Joined
- Tue, Dec 26, 2017, 3:12 PM UTC
- HN karma
- 5
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About zamjs
No profile information was provided.
Recent public activity
-
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 …
-
story
Why use jQuery when you can use Zam?
http://zamjs.com https://github.com/roecrew/zam/
-
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…
-
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…
-
comment
Comment #16009986
Thanks for the catch!! Fixed it. I had to explicitly set "left: 0"
-
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.
- comment
-
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…
- story