Hey guys,
I am new to web development. I was wondering if there was a way to disable tooltips on mouseover for an image and still keep the title.
Thanks in advance!
Here's a jQuery solution. Basically, you remove the title when hovering, then set it back when you hover off:
http://jsbin.com/omavut/1/
That's exactly what I am looking for! Now, me being the dumb noobie, I THOUGHT I placed the code in the right spot. But, it is not working. I am also using shadowbox on the same page for the images if that matters?
Thank you so much for your help!