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
Post a Comment