jShowOff Issue
-
I’m using jShowOff inside
home.php
within the<body>
.I have both jQuery and jshowoff.min.js loaded in my
<head>
inheader.php
.The jShowOff only seems to work if I load jQuery a second time, directly before the jShowOff HTML in
home.php
.The code I’m using is here.
I’ve tried starting the script with both
$(document).ready(function()
andjQuery(document).ready(function()
but either way it still only works when jQuery is loaded directly before it.Any idea how to avoid loading jQuery twice?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘jShowOff Issue’ is closed to new replies.