Hi-
I have an ASPX MasterPage with jQuery and Thickbox references. I used Thickbox to display some helpful tips, i.e., product information using the inline HTML that define the class="thickbox." Works on the links that are part of the MasterPages, however, when I create a new Web Form using the same MasterPage with the jQuery.js and Thickbox.css, the links won't pop up. Here's an example:
<a href="help/htmlPage.html?height=400&width=600" title="Title of htmlPage" class="thickbox">IMAGE TAG</a>
Any help is appreciated.