Ask HN: What is the coolest JS library out there?
11–20 of 95 posts
Re: Ask HN: What is the coolest JS library out there?
#12Define "cool"? Ease of use? Length of features list? What?
Re: Ask HN: What is the coolest JS library out there?
#13Re: Ask HN: What is the coolest JS library out there?
#14From the site
"Sugar is a Javascript library that extends native objects with helpful methods. It is designed to be intuitive, unobtrusive, and let you do more with less code."
Re: Ask HN: What is the coolest JS library out there?
#15Re: Ask HN: What is the coolest JS library out there?
#16Re: Ask HN: What is the coolest JS library out there?
#17Async: https://github.com/caolan/async - it helps avoid callback hell. I use it in node.js.
Re: Ask HN: What is the coolest JS library out there?
#18Re: Ask HN: What is the coolest JS library out there?
#19http://angularjs.org/ Angular UI is amazing http://angular-ui.github.com/ And Angular for Bootstrap is also amazing http://angular-ui.github.com/bootstrap/
I'm not a great programmer, so that's what excites me. It's flexible enough that as you get better as a programmer, you can plug that right in.
And that's what I think is cool.
Re: Ask HN: What is the coolest JS library out there?
#20Speaking of data tables, I wrote a little function to make table headers sticky so they stay at the top of the viewport as you scroll down a large table. https://github.com/kingkool68/stickyHeader No options, just include on the page, add a class of stickyHeader on the table and you're done.