|
|
|
|
|
by hughes
3748 days ago
|
|
Have you ever started a js app thinking you don't need jQuery? It usually goes great until you need to make a request. One look at `XMLHttpRequest` and suddenly including a 92kb (unminified) library starts to sound appealing. I'd happily include a 9kb (unminified) polyfill and work off the assumption that I can remove it a few years down the road. |
|
$.Ajax is awesome and while XMLHttpRequest is awkward it's pretty straight forward.