20th March, 15:13
This might sound silly, but, I've just installed qTip. I'm at the documentation page and I'm stuck on "Creating a Tooltip".
My issue is just as basic as I don't know where this code goes:
Does that code actually print markup into my document somewhere? I'm sorta lost. Sorry if this is too simple so as to be laughable! But after you laugh, please throw me some pointers. Thanks!
My issue is just as basic as I don't know where this code goes:
JS Code
$('ul:last li.active').qtip({
content: 'This is an active list element',
show: 'mouseover',
hide: 'mouseout'
})
Does that code actually print markup into my document somewhere? I'm sorta lost. Sorry if this is too simple so as to be laughable! But after you laugh, please throw me some pointers. Thanks!
.