Questions tagged [jquery-tooltip]

Tooltip implementation using the jQuery library.

Tooltip implementation using the jQuery library without any external plugins or widgets.

218 questions
0
votes
1 answer

jquery tooltip Getting undefined value

I am getting value through post method when i am add it into variable it is showing the same value but when i accessing the value from the outside. it showing me undefined. var Trends =this.$elm.data('title.poshytip'); var value; var…
Rahul Kumar
  • 528
  • 1
  • 3
  • 19
-1
votes
2 answers

TootlTip When mouse over the image

I had images, when i keep my cursor on the image a tool tip need to appear,How can i apprach that with simple code rather than complex http://jsfiddle.net/Navya/RwBXB/2/
Navyah
  • 1,660
  • 10
  • 33
  • 58
-1
votes
1 answer

jQuery ToolTip disable hover

Hey all I am using this code below for a tooltip: /* Tipr 2.0.1 Copyright (c) 2015 Tipue Tipr is released under the MIT License http://www.tipue.com/tipr */ (function($) { $.fn.tipr = function(options) { var set = $.extend({ 'speed':…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
-1
votes
1 answer

How to hide "jQuery (jQ)" Tooltip in "Firefox (FF)" after click?

PROBLEM I use ajax in asp.net with "ajaxToolkit:ToolkitScriptManager". After click on button and changing ajax content "jQ Tooltip" doesn't disappears. This happens only in FF. How solve hiding?
Bruno
  • 6,623
  • 5
  • 41
  • 47
-1
votes
1 answer

jquery tooltip Help Needed

How to write php code(variable) in tooltip Here is my code:-
User1988
  • 1,965
  • 4
  • 25
  • 47
-2
votes
1 answer

Get tooltip of label with specific attribute with jquery

I have many labels with tooltip value. label class="btn btn-default" data-placement="top" data-toggle="tooltip" data-original-title="Some title">XYZ If the label is active then property looks like this. '
-2
votes
1 answer

jQuery (in general) doesn't seem to run at all

I'm trying to run a simple jQuery script to show/hide tooltip boxes. It wouldn't work and wouldn't work, so I added in a test alert() to see if it was running at all. The paths to the .js files are correct and the browser does find them as tested…
-4
votes
4 answers

Simple & Customizable tooltip plugin wanted

I'm looking for a simple and customizable tooltip plugin, either plain javascript or Jquery based, which has these features: Bug free (Some that I've tried only show the tooltip sporadically and if you wave your mouse around they stop…
Ali
  • 261,656
  • 265
  • 575
  • 769
1 2 3
14
15