Home › Forums › JavaScript › hover effect on divs with same id › Reply To: hover effect on divs with same id
March 20, 2014 at 3:41 am
#166324
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.