Show HN: KinWin.js – a minimalist DOM manipulation framework
1–8 of 8 posts
Re: Show HN: KinWin.js – a minimalist DOM manipulation framework
#2why name it as "Framework"? it is more of a library
Re: Show HN: KinWin.js – a minimalist DOM manipulation framework
#3Why '=' instead of nothing for tag names?
Re: Show HN: KinWin.js – a minimalist DOM manipulation framework
#4What browsers are it tested on?
Re: Show HN: KinWin.js – a minimalist DOM manipulation framework
#5I don't mean to be a downer...but at this point, wouldn't it just make sense to use vanilla JS? I guess I'm not seeing the use case...
When I don't use jQuery, I've been using Sprint[1] (another lightweight jQuery-like library). If I need anything lighter than that...I just assume use plain JavaScript.
Re: Show HN: KinWin.js – a minimalist DOM manipulation framework
#6I don't mean to be a downer...but at this point, wouldn't it just make sense to use vanilla JS? I guess I'm not seeing the use case... When I don't use jQuery, I've been using Sprint[1] (another lightweight jQuery-like library). If I need anything lighter than that...I just assume use plain JavaScript. [1] https://github.com/bendc/sprint
Actually I wrote this as more of a learning exercise for me. Definitely vanilla js is the fastest way and libraries like Sprint are the source of inspiration. I wrote kinwin to sort of like create my own utility belt. I will try to improve it over the course of time. Thanks for the feedback.
Re: Show HN: KinWin.js – a minimalist DOM manipulation framework
#7why name it as "Framework"? it is more of a library
Thanks for pointing that out.
Re: Show HN: KinWin.js – a minimalist DOM manipulation framework
#8What browsers are it tested on?
Tested on Chrome, Firefox, Safari. I will test on Opera and IE tomorrow and update the README.