Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

rel question


Project:clueTip - flexible, enhanced tooltip
Version:0.9.8
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Hello,

Regarding the rel attribute is it possible to use this in conjunction with the ability to use data from a javascript function?

If not, maybe there is a better way to accomplish my goal?

What I want is the ability to pass parameters to a javascript function so I can return data dependent on the parameters. I could create a new class for each if that is the best way, but if possible I would like to be able to do something like this (but haven't figured out a way yet).

$('a.title').cluetip({
cluetipClass: 'rounded',
dropShadow: false,
positionBy: 'mouse',
arrows: true
});

-----------

test
test
test

Comments

#1

Status:active» closed

feature added