From the read.me
by default, you’ve got jQuery
It seems that jQuery is inserted by default in the client.js, why? Is there any way to remove it ?
Thanks
From the read.me
by default, you’ve got jQuery
It seems that jQuery is inserted by default in the client.js, why? Is there any way to remove it ?
Thanks
Hi gary149,
of course you can! jquery is imported in views/index.html
. If you remove it from there, you will not have jQuery anymore. Then you’ve to change client.js
to use raw JavaScript calls and/or use your favorite library
Ok my bad ty