javascript - Is it possible to transpile jQuery to Vanilla JS? -


i use traceur / babel transpile es6 es5 possible use gulp plugin transpile jquery plain javascript? answers :)

you can open jquery.js , relevant functions want convert native javascript.

copy new helper.js, include instead of jquery.js (or jquery.min.js) , use functions. voila, native js-functions.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -