I have created a Homepage using the shopping world and its element. Now I am trying to apply some jQuery codes on some elements, but it is not working. Could it be because the page is loading with AJAX?
My Custom Javascript is added to the theme so I can see it, but it's not having any effect on the page. How can I make it work?
I have created the js file in:
/src/js/myJsFile.js
And included this file in Theme.php of my active theme as follows:
protected $javascript = ['src/js/custom-scripts.js'];