Hacker News new | past | comments | ask | show | jobs | submit login

You have element.classList on all modern browsers now:

http://caniuse.com/#search=classList

It used to be that the first thing I'd reach for when building a prototype was JQuery off a CDN, but now I find that more and more of what I use JQuery for is built into the browser, and in my last few prototypes I've just stopped including it at all because I don't need it.




Except Android 2.3 and below.

Compatibility issues still exist.


Did anyone ever take you up on your hackathon idea? https://news.ycombinator.com/item?id=6645426


Nope, I didn't hear anything further on it. Still seems like an interesting event to me, though finding time might be hard. (FWIW, we do similar things within my employer all the time.)


That's too bad. But as with all things it takes time and organization in addition to some willing victims.

"Similar things" as in hackathons for fun, or hackathons structured to test out different approaches and tech?


Hackathons (really, prototypes) structured to test out different approaches.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: