Hi, clueTip currently has a bunch of options but none that allow me to put my own div (without loading it through ajax) as tooltip. Or to put my own text as tooltip.. it needs to fetch everything with ajax. So now i hope that there can be a content option.
It would look like: $('#whateverid').cluetip({content: 'This is a tooltip'}); that would show a simple tooltip with the text: 'This is a tooltip' This would really solve all my tooltip problems and is probably suitable for a lot of other people as well. Thanx, Mark