JQuery noob: Show div on hover, click to toggle display..
- by Kyle Sevenoaks
Hi, been playing with this for a few hours and can't figure it out.
jsFiddle example here.
Basically I want this to show on hover, and click it to toggle whether it is displayed or not. I thought this was the way to do it with display:block;, but I can't get it to work.
Thanks for any help.