Forums

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

Home Forums JavaScript hover effect on divs with same id Reply To: hover effect on divs with same id

#166324
Paulie_D
Member

To start with you can’t re-use ID’s on the same page.

Each div would have to have a unique ID.

So that might be your problem.

The divs can have a common class and once you have achieved that we can move on.

Depending on what the hover action is supposed to be it’s possible you don’t need JS/JQ at all.