rel question
| Project: | clueTip - flexible, enhanced tooltip |
| Version: | 0.9.8 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
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
});
-----------

Comments
#1
feature added