I have an input field in a html and a help icon (?) next to the field,
When I hover over the icon I want a simple text message to be displayed and the text message should disappear on hovering away.
…
I've got a Problem:
Here a part of my HTML:
<div id="div_1">
Here Hover
</div>
<div id="div_2">
Here content to show
</div>
And here a part of my jQuery Script:
…
Hi im trying to make my navigation bar do the css focus effect on mouseover so it will not change until another menu item has the mouseover. Im trying to do it using Jquery.
Here is my code(I did …