Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using JQuery tooltip. It is working well with Chrome but when I open page with Firefox or IE and if I click on the link button showing tooltip, the tooltip does not get hide. It get stick there.

Click Here To View My Code

The problem is that if it is link and even if we redirect to same page the whole page gets load once again and so the tooltip does not get stick but as I use link button and my part of page gets postback, the tooltip gets stick there. Its frustrating

The jsfiddle will not show linkbutton as the HTML does not support it. If anybody wants to check try code in visual studio
Posted
Updated 7-Apr-14 0:31am
v5
Comments
Krunal Rohit 3-Apr-14 1:12am    
Where to see ??

-KR
Ami_Modi 3-Apr-14 1:13am    
Click on here in "Check here for my code"
Er. Puneet Goel 3-Apr-14 8:22am    
Your 'Check here for my code' link is not working. I have just edited it.

You did not provide any HTML code which jsFiddle needs. Instead, you put ASP.NET code where HTML is expected. It cannot work in principle. You have to test your jsFiddle sample before exposing it to anyone. ASP.NET code is supposed to be on the server side and served up by the HTTP server configured to supporting .NET with ASP.NET. Please remove your sample and don't do such things. There is nothing to discuss here.

And your code sample is the evidence that you have no clue how Web works. Not to worry, it's not hard to learn. But learn if first, pretty much from the very beginning, and only then try to do something advanced. Then you will be able to ask question which may make some sense.

Good luck.

—SA
 
Share this answer
 
I got my work done with CSS instead of javascript. http://www.webdesignerdepot.com/2012/11/how-to-create-a-simple-css3-tooltip/..
If anybody gets problem like mine use it..
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900