Closed (fixed)
Project:
jQuery Update
Version:
7.x-2.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2012 at 17:15 UTC
Updated:
21 Feb 2014 at 18:10 UTC
Jump to comment: Most recent
Comments
Comment #1
monymirzaTry this module
BetterTip
Comment #2
synflag commentedAre you seroious? better Tip makes Tooltips to all titles by default. This not so cooland it makes not tooltips to images.
Anyway back to topic:
$( document ).tooltip();as described in jQuery UI http://jqueryui.com/tooltip/ is not working :-(Best regards
Lars
Comment #3
aendra commentedYeah, I can't seem to get it to work either. Doing a
grep "tooltip" *inside the jquery_update/replace/ui/ui directory yields nothing -- why isn't this included?Comment #4
avr commentedThis isn't available because it wasn't added until jQuery UI 1.9 (see the top of this page: http://api.jqueryui.com/tooltip/).
Comment #5
aendra commented@avr -- Ah! That would make sense. Thanks!
Comment #6
etesami commentedHi
By using jQuery plugins, you can use tooltip Widget of jQuery in your drupal.
Add
to THEME_NAME_theme_preprocess_page function in template.php in your theme directory.
Comment #7
malcomio commentedIt looks like this is in the dev release of the module, as per #1974974: Adding ui.tooltip
http://drupalcode.org/project/jquery_update.git?a=search&h=HEAD&st=commi...