drupal menu system and thickbox
Hi all,
i tryed a simple trick useful for adding thickbox effects to links on the infamous drupal menu system, something of more inflexible isn’t on this earth!
The trick is by JQuery, you must add thisĀ sample code(modified by your tags):
$('#myelement').addClass('thickbox');
Remind that this code must be esecuted at load time on the page with the usual code
jQuery(document).ready(function() {………..});
in the header. after that you must insert the link to the content that you would display on thickbox for example:
<a href="ajax.PHP?keepThis=true&TB_iframe=true&height=250&width=400" title="add a caption to title attribute / or leave blank" class="thickbox">Example 1</a>


Lascia un commento