+ 6
Can we use combination of JavaScript and jqeury in same webpage??
Is it possible to write JavaScript code that have some of the functions from jquery...?
3 Answers
+ 5
Thanks... đ
+ 4
But what if....we only add some handy functions from jquery ...
For... Animation etc... It will become.. easier to... Code.
+ 2
Yes, it's possible.
If you're the sole maintainer of the code base, do whatever you want! đ€
If you expect anyone else to look at the code some day, keep it as tidy as possible.