0
I am using the Materialize Framework to display a list.
This list can be expanded, but only works after reloading the browser several times with CTRL + F5.
When I load directly into the HTML, it works, but when I load the list by Javascript, only reloading several times.
I use Jquery, Materialize and Google Maps API, I have removed the script from Google Maps but not solved.
Attempts
- Have I tried loading the script randomly: script.js? Random=uniquid();
- Use in-cache in html
I inspected the html element of the list and it loads all tags, including the log reports no errors.
I am using $(Document). ready(Function(){})