Y
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
shawabawa3
4081 days ago
Agreed, ajax is usually the reason I just think fuck it and add jQuery
link
ZeroGravitas
4081 days ago
Maybe using a fetch polyfill is more future looking?
https://github.com/github/fetch
link
robin_reala
4081 days ago
You can always build a custom jQuery with just the AJAX functionality:
https://github.com/jquery/jquery/blob/master/README.md#modul...
link
akx
4081 days ago
Or you could just look at, say,
http://microjs.com/#ajax
to find a nicer microlibrary to do exactly what you need.
link
untog
4081 days ago
I wish microJS had fields for NPM/Bower compatibility. A lot of these micro libraries don't have it.
link