So I want to show random divs, and I found this stackoverflow solution here: Showing random divs using Jquery
And the correct answer uses this code: http://jsfiddle.
You need to import the jQuery library.
Add
to your tags before your javascript code.