Relative Content

Tag Archive for typo3bootstrap-5typo3-12.x

Using the already included Jquery on my typo3 12 installation

I have a Typo3 12 installation with my custom sitepackage that requires bootstrap_package.
Bootstrap requires Jquery for components like accordion or carousel.
So, if my accordion and carousel works just fine and I also can see that my Template is including Jquery with typoscript (when I inspect the “Active typoscript”). Why can’t I execute jquery from files in my sitepackage?
I have just two typoscript files included, my sitepackage’s and bootstrap_package’s, the one from bootstrap on top the one from my sitepackage at last.
I have a sitepackage create with sitepackagebuilder.com/ so is quite straight forward, my jquery files are correct. I can dump something in the console just fine but I can’t call Jquery, it complains about Jquery not being defined, even when clearly is because bootstrap uses it.