opts.attribute should allow a function.
August 22, 2008 - 9:50pm — brentp
| Project: | clueTip - flexible, enhanced tooltip |
| Version: | 0.9.8 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
the attribute and titleAttribute could handle functions.
e.g:
>>> $('a').cluetip({'attribute': function(){ return this.href + "/summary/" }})