Hacker News new | ask | show | jobs
by ShahoA 4081 days ago
It doesn´t seem to support the jQuery .ajax() method, I hope its added soon
1 comments

Agreed, ajax is usually the reason I just think fuck it and add jQuery
Maybe using a fetch polyfill is more future looking?

https://github.com/github/fetch

You can always build a custom jQuery with just the AJAX functionality: https://github.com/jquery/jquery/blob/master/README.md#modul...
Or you could just look at, say, http://microjs.com/#ajax to find a nicer microlibrary to do exactly what you need.
I wish microJS had fields for NPM/Bower compatibility. A lot of these micro libraries don't have it.