The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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: 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]"> |
#2
|
||||
|
||||
You can do this:
HTML Code:
<td class="alt1 tooltip" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
|
Благодарность от: | ||
Dj Smuggla |
#3
|
|||
|
|||
OMG so simple, why didn't i think of that lol
Thanks a lot m8... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|