Tagged Questions
1
vote
7answers
113 views
div won't display on image hover
can't figure out why my div won't display on this hover any help is appreciated.
$('a[rel=tooltipimage]').bind('mouseover',function(e){
e=e?e:window.event;
$('#tooltip').css({
position:'absolute',
...
0
votes
1answer
65 views
How to create and show a infotip when clickng a label?
I'm using VSTUDIO2012, my problem seems simple but it's too hard for me,
EDIT: It's a "windows forms application"
I have a label and when i click at the label i want to show a little info in a ...
1
vote
0answers
209 views
How to change the width and height of a tooltip
I have a tree view.In child node, Onmouseover, I have to display some contents on a tool tip or popup. The content is large. As of now, i have used a popup, which is not looking good. Tooltip seems ...
0
votes
0answers
132 views
how to position the tooltip of a pop on to the clicked div
Hi I want to develop a pop up which should have a tooll tip and the pop once opened should have its tip pointing to the div that was clicked.
here is the code whioch i have written to do this its a ...
1
vote
2answers
2k views
Balloon Popup WPF
I need to display a baloon popup. Is there a control in WPF for this kind of work?
Something like the following:
<BalloonPopup>
<StackPanel>
<Button/>
. . .
...
1
vote
5answers
394 views
jQuery hover on stacked elements (with 'tipsy')
I am currently using the tipsy plugin for jquery to display lightweight tooltips. Works great, for non-nested elements.
Lets say I have:
<span>
abc
<span>def</span>
...
3
votes
2answers
1k views
ToolTip versus Popup (WPF control)
What are the main differences between these WPF controls?
And when I should use a ToolTip instead of Popup?
0
votes
1answer
271 views
Custom PopUp to work like tooltip without time out
I need to create a Customised PopUp to work like a ToolTip How can i achieve it
i have worked on a code please check out and tell me where i need improvement
import net.rim.device.api.ui.Graphics;
...
1
vote
1answer
142 views
Is it necessary to use JSNI to implement a custom tooltip in an GWT app (or a popup is enought)?
I would like to have a popup like this site when my mouse hover a movie : http://www.allmovie.com/
This little popup will contain a google map...Can you give me a good solution to do this ? I do not ...
1
vote
1answer
86 views
Related to PopUp frame
I have created popup frame,which is visible when mouse pointer is placed on button.But the popup frame is getting displayed at top-left corner of the screen.How can i get popup in the form of tooltip ...
1
vote
2answers
1k views
Google Maps V3 tooltip popup with dynamic auto-positioning
I'm looking for a popup that will work with Google Maps V3 that supports auto-positioning the popup in relation to the marker such that the whole popup window is always visible within the map ...
1
vote
1answer
55 views
Is there any cross browser method of disabling pop-ups (tooltips) for titles of images?
I have built a site with a gallery of images, that you can see here. I would like to disable all pop-ups (tooltips) for titles of images, so that they don't interfere with the look of the gallery.
...
0
votes
1answer
21 views
Jquery or some Script
Does anybody knows name of script in this example - http://www.ikea.com/gb/en/catalog/categories/departments/bedroom/16285/ When rollover mouse on goods - show popup with additional information.
0
votes
1answer
598 views
jQuery plugin for a popup/tooltip?
Can anyone point me to a jQuery plugin or solution to achieve this:
If for example I have a question mark, and when the user clicks on it, a small popup window will pop out from it and will give a ...
1
vote
1answer
186 views
How do I add a delay to this jQuery mouseover?
I'm using this jQuery and I've trying to figure out how to add a delay to this mouseover event. It's way too fast and I need it to wait at least a second before it executes the event.
The script is ...
0
votes
1answer
202 views
Tooltip / Popup content gets created immediately rather than on popup
I have a tooltip containing some custom XAML.
This tooltip is applied to many objects on my display, and the content is not cheap to produce. I naively assumed that the content creation would get ...
1
vote
0answers
322 views
Why isn't my Popup within style with an included TooltipService working correctly?
I have two radio buttons I need the stylized popup to work on and adding the ToolTipService to one, fixes the Popup's functionality on both (each has its own style).
So the description. I have ...
1
vote
1answer
228 views
Trying to disable a gesture tooltip occuring when i 'flick' in a WPF application
there is some default functionality on a WPF application that i would like to disable. Whenever i make a 'flick' gesture, by touch down and doing a quick drag and release, i get a popup/tooltip ...
2
votes
1answer
1k views
Create informational popup / tooltip in Cocoa
Hey guys. The question title is kind of vague, but I really don't know what the thing is called.
I am trying to create one of those yellow informational popup things. Anyone can tell me what ...
0
votes
1answer
221 views
Why does the tooltip pop up too low and then slides up into correct position?
I use qTip (1.0.0 rc3) to create nice tooltips on my site and jQuery (1.6, also tried 1.3.2, which was recommended by qTip). The tips are dynamically loaded. I don't use any show or hide effect. ...
3
votes
1answer
268 views
Simplify redundant jQuery code
I would like to simplify my jQuery code for a footer popup/tooltip animation because it is redundant and not very extensible. I found this post: jQuery code to simplify. but could not figure out how ...
0
votes
1answer
359 views
Get highlighted text, count it, take it to popup. Chrome extension
Guys, I'm doing Chrome extension and I need:
Get highligheted text;
Count it and edit number in real-time;
Get this number in popup or tooltip over mouse for 1 or few seconds.
Maybe will have a ...
2
votes
2answers
372 views
How to implement jquery live() instead of each()
Hi I have been trying to get this script http://jsbin.com/ipajo5/ working but using .live() instead of .each() since the html table is populated on the fly.
$(document).ready(function() {
...
1
vote
1answer
318 views
open a pop up when querystring matches
Is there anyway that I can pop up a window with just matching a query string from the url. Sample code is like follows
string popup = context.Request.QueryString["raisepopup"];
if (popup == "raise")
...
0
votes
2answers
2k views
insert text (edit text) using tooltip (popup)
I am trying to create a little popup div which contains a textbox and two buttons (insert, cancel). this div would appear when you click on a text to edit it. (like tooltip but contains button and ...
1
vote
1answer
2k views
jQuery tooltip popup re-insert title value on close - WORKING YEAH!
This is part two of the question:
On closing of the popup I need to re-insert the title="" value to the original value before the popup link was clicked. the popup uses the title='" value to display ...
0
votes
1answer
758 views
jQuery tooltip not working as expected - REVISED
Ok I fixed the original problem but I would like now is to add the title value back to the anchor tag of id="contact" from the id="contact-info" popup before I remove the popup
The JS
...
0
votes
1answer
626 views
jQuery: Cascading popups
I have the following code to display a pop-up div:
<a href="#" id="pop1" rel="div#tt1">Click to show popup</a>
<div class="popupBlock" id="tt1">My popup content ...</div>
...
57
votes
6answers
91k views
jQuery override default validation error message display (Css) Popup/Tooltip like
I'm trying to over ride the default error message label with a div instead of a label. I have looked at this post as well and get how to do it but my limitations with CSS are haunting me. How can I ...