|
|
|
|
|
by franciscop
3681 days ago
|
|
Consider the Jquery 3.0 that is launching now. It supports Internet Explorer 8, a browser released over 7 years ago [1]. Using jquery means, for example, you won't be using FormData for submitting forms. Heck, you won't even be using `.forEach()` on arrays. [1] https://en.m.wikipedia.org/wiki/Internet_Explorer_8 |
|