Is this included in jQuery UI 1.8.11?

Comments

monymirza’s picture

Try this module
BetterTip

Synflag’s picture

Are 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

aendra’s picture

Yeah, 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?

avr’s picture

This isn't available because it wasn't added until jQuery UI 1.9 (see the top of this page: http://api.jqueryui.com/tooltip/).

aendra’s picture

@avr -- Ah! That would make sense. Thanks!

etesami’s picture

Hi

By using jQuery plugins, you can use tooltip Widget of jQuery in your drupal.
Add

drupal_add_library('jquery_plugin', 'tooltip');

to THEME_NAME_theme_preprocess_page function in template.php in your theme directory.

malcomio’s picture

Issue summary: View changes
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.