Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript thumbnails won't enlarge in same window Reply To: thumbnails won't enlarge in same window

#192429
Alen
Participant

im such a JS illiterate, what do you mean by “Second, make sure that your script comes AFTER loading your jQuery library.”?

<head>
... load jQuery here
</head>

<body>
... content here
... your scripts here
</body>

can you never load two different jQuery libraries? they have nothing to do with one another.

There’s no reason to load both. They essentially do the same thing, but loading them both will cause conflicts. You only need one.

Here’s a quick demo that might help

CodePen