A NodeJS project with Docker Desktop integrated into Wappler (latest version 4.0.5) works wonders, but I have a small problem.
I saw that no jQuery was selected in the project, because it is probably already integrated into the nodeJS configuration
But now I have a page that has a function that doesn’t work, because usually (on other sites) it needs to replace jQuery Slim with the full version of jQuery, for example jQuery 3.3.1 to work.
Probably NodeJS has installed a Slim version inside? Is there any possibility of intervening for that page?
Thanks to who knows
Actually jQuery has nothing to do with NodeJS.
JQuery is client side in the browser and NodeJS is for the server side.
Jquery is no longer used and required for Bootstrap 5, so that is why it is not included per default. Also App Connect doesn’t require it.
If you have indeed some components that do need jquery, you can just add it as a framework.
Depending on the needs usually the slim version is enough.
Probably you selected Bootstrap 5 for your project. Bootstrap 5 does not require jquery any longer, so that’s why it is not included on your pages.
If you need jquery - then include it on the page or select it in the project settings > frameworks.
OK thank you
actually the project is in Bootstrap 5.
But jQuery should I eventually insert it at the page level (only for the page that requires it) or at the project level?
And above all can it cause some negativity to the site, which now works perfectly?
This.
And no, no any negative effects on your site.
OK thank you