Set content using JS
December 23, 2007 - 3:17pm — mlampret
| Project: | clueTip - flexible, enhanced tooltip |
| Version: | 0.9.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
It would be nice if we could set title and body or ajax source using javascript.:
$.cluetip.setTitle("Help");
$.cluetip.setBody("Help content");
or
$.cluetip.setSource("/help/item1.html");
regards,
Miha

Comments
#1
This is in svn now. See http://plugins.jquery.com/node/2642 for more info.