I am using jQuery and Thickbox. One of my links in the menu is a thickbox link. The only thing that is different about this link vs other links on the page/in the menu system is that you HAVE to specify in the link a class of "thickbox"
So in other words how do I get this to be a link in the Milonic menu?
<a href="link" class="thickbox">Click Me</a>
Specifying a class
Hi,
You can actually make that particular item type=html; and then just put the link in it as you would normally. Try this, though I don't know anything about thickbox.
Ruth
You can actually make that particular item type=html; and then just put the link in it as you would normally. Try this, though I don't know anything about thickbox.
Code: Select all
aI("text=<a href='link' class='thickbox'>Click Me</a>;type=html;");