Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
1 answer
1k views

jQuery UI Tooltip Bind Special Event

I'm creating several types of jQuery UI Tooltips. One type: Open when you click an element (say a ? icon) Should allow the user to click inside the tip so that text can be selected/copied or ...
user avatar
0 votes
1 answer
462 views

Changed a MouseOver ToolTip to OnClick, But wondering how to add a close button or AutoClose?

Changed a MouseOver ToolTip to OnClick, But wondering how to add a close button or AutoClose to the ToolTip. Like the tooltip closes after a click on the close button or autoclose after the other ...
Beginner's user avatar
  • 225
2 votes
1 answer
2k views

Change MouseHover event to Onclick event for Tooltip

I have a JS for tooltip on Mouseover, What should i change to convert the mouseover to onclick event in this JS. I tried replacing some but didnt work ! Here is the JS below. But it didnt work, ...
Beginner's user avatar
  • 225
0 votes
2 answers
2k views

jQuery Tooltip plugin 1.3 with ajax

I'm working with jQuery 1.7.2 and jQuery Tooltip plugin 1.3.. I have a bunch of divs with the class customer. Every div has an title attribute which contains the customer ID. My goal is to load ...
ivodvb's user avatar
  • 1,164
0 votes
1 answer
2k views

jQuery tools tooltip doesn't appear in first try after hide()

I've used tooltip for a <div>. It will hide() after couple of seconds. If I'll mouse over it's trigger after it. For the first time it will not appear. Only after I move the mouse over it the ...
shevski's user avatar
  • 1,022
0 votes
2 answers
2k views

Tooltip (qTip) is not closed, jQuery

with following code qTip works for me and generates tooltips: $('a.ppname[rel]').live('mouseover', function() { $(this).qtip( { content : { url : $(this).attr('rel') }, ...
DarkLeafyGreen's user avatar