![]() |
Adding A jQuery Tooltip To vBulletin
Im trying to add a jquery tooltip to my forum, but having some probs. Can someone help me out...
Im using this one: Tooltipster & i want to use it to display the thread preview when you hover over the thread title, on the forumdisplay page. This is the part of the threadbit template i need to edit: Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> Like this: https://vborg.vbsupport.ru/external/2014/05/38.jpg Thats using this code: Code:
<td class="tooltip" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> So how can i add the tooltip class & keep the alt1 class there to this code? Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> |
You can do this:
HTML Code:
<td class="alt1 tooltip" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> |
OMG so simple, why didn't i think of that lol :)
Thanks a lot m8... |
All times are GMT. The time now is 09:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|