0
votes
1answer
31 views

Joomla 3.X - Remove tooltip script from header?

I'm trying to remove unwanted scripts from my custom joomla template header, which I've managed to remove everything except for this: <script type="text/javascript"> ...
0
votes
1answer
81 views

jquery tooltip not working afer load ajax content

I use this tooltip script that showen here: http://www.htmldrive.net/items/show/681/jQuery-and-CSS3-Simple-Tooltip.html this is what I use, same with few changes: $(document).ready(function() { ...
0
votes
3answers
98 views

Flot tooltip on hover

I have the following code showing the graph using Flot. I want to get the mouse hover to show a tooltip with the values of days/quota <?php include("connect.php"); $FundName=$_POST["FundName"]; ...
0
votes
1answer
61 views

Adding tooltip to css printfile table

I want to print a table from a file, so that it is simple for non-geeky cohorts to easily update the table without my help. The problem is that I want the top line of the table to print with different ...
3
votes
2answers
80 views

Tooltip on hover of elements generated by AJAX request

I am trying to add a tooltip using the Tooltipster plugin on hover of a container that is dynamically generated using AJAX. I am having an extremely hard time with this and have been trying to figure ...
1
vote
1answer
101 views

HTML5 (php) with CSS Tooltip shows up far away from hyperlink

If I hover over the hyperlink, the tooltip shows up but not as it should. It shows up a few inches below the hyperlink. I got the code from a demo of the internet. How do I get the tooltip right ...
1
vote
1answer
493 views

pass data to controller through ajax in Code igniter

i am beginner in a code igniter and jquery. i have a textbox in which if user type some thing it displays the data in tooltip from the database.. here in my situation what i want is ... i have a ...
1
vote
2answers
140 views

make the tooltip bold in font

I am having following code.I want to display tooltip in BOLD. $ToolTip = "test"; <td class="<?php echo BP_TBL_NUMBER_DATA_CLASS; ?>" Title="<?php echo $ToolTip;?>" ><?php echo ...
3
votes
2answers
210 views

Customize Bubble chart's tooltip from Google Charts API

I'm trying to change the tooltip of the bubbles in the Bubble Chart from Google API. The role:tooltip, which would solve my problem, doesn't work with this kind of charts. Right now my bubble shows ...
1
vote
2answers
135 views

How can I speed up Bootstrap Tooltips

I have a table which dynamically reloads continually every 60 seconds. This keeps the data up to date. I am using the script from here - ...
1
vote
1answer
104 views

Tooltip to read Bible verse reference from a database [closed]

I have the Bible in a database, and some articles in my site has references to a verse or more. I need something that reads (parses) the php file when the user opens the page, finds those references, ...
0
votes
1answer
59 views

Automatic website tooltips from custom glossary?

I have a PHP website that contains a lot of technical content. I created a glossary for some of the more obscure terms used on the website. I would like tooltips (or hint bubbles, whatever they're ...
0
votes
2answers
145 views

jquery tooltip with while loop

tooltip dont work with while loop all the icons show me the info of first icon only here is the php $check = odbc_exec($conn,"select * from Item"); while($r = odbc_fetch_array($check)){ $info = ...
3
votes
1answer
836 views

Netflix-style tooltip with AJAX, Jquery, PHP and MySQL [closed]

I've got a large PHP/MySQL-driven website and I'd like to add Netflix-style tooltips to it. What I'd like it to do is: User clicks on a link Variable passed to external file using AJAX External ...
0
votes
3answers
176 views

Loading external php into tooltip div

I have a tooltip with a simple contact form that I want to load the "message sent" int to the same tooltip div instead of loading a external submit.php page. <div id="contactform" > ...
0
votes
2answers
756 views

Twitter Bootstrap Tooltip (PHP) not working in Wordpress

I am trying to use the Twitter Bootstrap Popover / Tooltip but I am getting the following error in the console: Uncaught TypeError: Object #<Object> has no method 'popover' I have the ...
1
vote
2answers
389 views

Getting tooltip to show up jquery tipTip

Hi guys I have been trying to insert a tooltip but I dont know what I am doing wrong.. I am including all the necessary files <script src="jquery-1.7.2.js"></script> <script ...
0
votes
2answers
802 views

jqGrid show tooltip

I am using jqGrid and I want to show a tooltip when the mouse is over a row. The tooltip must come from the database. I mean, I would like to show a tooltip containig the data that is in nombre hwen ...
0
votes
2answers
479 views

jquery tooltip and list from db with php

hello i use a easytooltip jquery script and i list somw table from my database like this: <style> #easyTooltip{ background: #000000; width:250px; line-height:130%; color: #ffffff; ...
0
votes
1answer
138 views

Dynamic Tool Tips

Can anyone point me in the right direction. I've been searching forever, but can't find out how I can add a tool tip to dynamically generated data. For example, I'm producing a list of mysql results ...
1
vote
1answer
670 views

Using jQuery tooltips in a jQuery auto-refreshing div

I'm having issues getting jQuery tooltips (using Tipsy) to work. The tooltips work fine on regular pages, but I actually need the tooltips on a page that I am including through PHP. The reason why I'm ...
2
votes
2answers
478 views

jQGrid with jquery tooltip tools

I am using this tooltip that is jQuery based on a web page that has a jQGrid element in it. The tooltip works fine for all the non jQgrid elements from the page. I am trying to apply the tooltip to ...
0
votes
1answer
301 views

Tooltip cut into iframe

In my web site I have an iframe tag with several little images, when I pass my mouse (onmouseover) I show the more large image (tooltip) but only a liitle part is showed due the iframe. There is ...
0
votes
1answer
467 views

Jquery Datepicker-Tooltip to display a sql result

First, I am a PHP guy, JS, Jquery I do not have a good knowledge on. I have searched google the last 3 days for a solution to my problem, to no avail. What I am trying to do is in the Jquery ...
0
votes
1answer
337 views

Eclipse code tooltips for PHP development (Complete function reference)

When programming PHP in Eclipse some PHP function will show up -- while many functions are mssing: http://i.stack.imgur.com/RN1w7.gif How do I get the missing functions (like round or rand for r... ...
0
votes
1answer
418 views

Disable tooltip function on hover but value stays

I have this problem regarding my project. it contains images used as links where it has the attribute "title". What I want to do is to disable the tooltip function which displays the value inside ...
1
vote
2answers
370 views

Tooltip not working in chrome and ie

my site is using a tool tip from http://boxover.swazz.org (website is not currenly available) the url of my site is http://dcbookshop.net/ the tool tip is working fine for english but making ...
0
votes
1answer
1k views

How to add tool tip for image in Drupal? Using custom template

I'm using Drupal 6.x. This is my code on my node-product.tpl.php template. I've created a custom jquery gallery for the products. It works great, but I'm just missing tool tips from my images (both ...
0
votes
3answers
836 views

Adding a tool tip / bubble display without span tag or title

How would I go about displaying a tooltip when the user hover overs some text / keywords? This body of text is directly retrieved from the database so I am unable to add any span or div tags or title ...
4
votes
2answers
221 views

Tooltips in PDFs: are they possible?

I'm using the tcpdf PHP class for creating PDFs. Is there any solution to add tooltips to links?
0
votes
4answers
4k views

display tooltip on hover over text

How would I go about displaying a tooltip when the user hover overs some text? These text are keywords. I don't want to manually add these tooltip for each keywords. I am looking for a way to create a ...