Active
Project:
jQuery plugins
Version:
6.x-1.9
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2009 at 13:30 UTC
Updated:
8 Oct 2009 at 04:17 UTC
Is there any other code required next to:
jquery_plugin_add('tooltip');
I tried to include it but it doesn't seem to be working. The module, CSS and images are added in the same way as the demo, but without any succes. When i remove 'display:none' the tooltip appears, but the script doesn't seem to be activated.
The cycle-example given on another issue here worked just fine.
Comments
Comment #1
TC44 commentedhmm.. same problem here.
Comment #2
crmd commentedThis code did it for me:
Comment #3
hanamizuki commentedit is not working for me either...
Comment #4
mfbThis module only provides the plugin. Your module or theme needs to provide its own javascript to implement the plugin.