Novice
Novice

Reputation: 1011

JQuery Tooltip Problem

I've a webpage You can see webpage here!. There is a facebook user image. When I hover mouse over this then it show tooltip but when I leave mouse from this then it reload the image. To see this reloading image on mouse leave, you can see status bar of your browser. I don't want to reload this image. Please see the source code and help me. Thanks in advance.

Upvotes: 0

Views: 264

Answers (1)

thomallen
thomallen

Reputation: 2034

Yeah looks like its working just fine.

You should use Firebug for debugging stuff like this. Use the "Net" tab and you will be able to see that the image is not actually reloading.

http://getfirebug.com/

Another (not free) great way of testing is Charles for Mac OSX. Its really good.

Upvotes: 1

Related Questions