+ 3
What are alternatives to jQuery?
I need to know alternatives to jQuery library with same functionality or more robust functionality.
3 Respostas
+ 6
Joseph Seyi Taiwo
Cash is a super small library built for modern browsers (Chrome, Firefox, Safari and Internet Explorer 9+) that provides jQuery style syntax for manipulating the DOM. Utilizing modern browser features to minimize the codebase, developers can use the familiar chainable $ methods at a fraction of the blot.
source:
https://dev.to/anthonydelgado/a-jquery-alternative-for-modern-browsers-3idj
I hope I was helpful
+ 6
Pure JS?
+ 2
Umbrella JS seems to be a better alternative.