javascript - How can I import some jquery methods?
淡淡烟草味
淡淡烟草味 2017-06-28 09:25:22
0
2
1017

How can I import some jquery methods? Is there any ready-made solution? Or what parts need to be changed in jquery?

淡淡烟草味
淡淡烟草味

reply all(2)
为情所困

Try it

import { ajax } from 'jquery'
console.log(ajax)
phpcn_u1582

No, jquery mounts all methods to the $object, and all methods must be referenced through the $object.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!