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

Depends on what you classify as older browsers I guess. I'm in the fortunate position of developing solely for chrome at the moment so I don't have to think about css issues anymore and can use more advanced features.

I still go for jquery for the likes of http requests and css selectors. Which libraries do you use for those tasks now?





Can't speak for huuu, but querySelector() and querySelectorAll() seem to be able to handle most cases. And if you're only developing for Chrome, the built in Fetch API should work for http requests.


And the GitHub polyfill works great on other browsers.


Thanks for the hints everyone. Switching over to the github fetch polyfill to see how it goes.




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

Search: