Thickbox、jQuery 和 ASPX
我有一个带有 jQuery 和 Thickbox 引用的 ASPX MasterPage。我使用 Thickbox 来显示一些有用的提示,即使用定义 class="thickbox" 的内联 HTML 的产品信息。适用于属于 MasterPages 一部分的链接,但是,当我使用相同的 MasterPage 以及 jQuery.js 和 Thickbox.css 创建新的 Web 表单时,链接不会弹出。这是一个例子:
<a href="help/htmlPage.html?height=400&width=600" title="Title of htmlPage" class="thickbox">IMAGE TAG</a>
感谢任何帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定这些 Web 表单中包含
thickbox.js
吗?如果是,它实际上正在加载吗?也许您使用的是相对路径,并且目录已更改?使用 Firebug 的 net 选项卡验证所引用的脚本文件是否确实正在加载。
Are you sure you have
thickbox.js
included in those web forms? If yes, is it actually being loaded? Maybe you are using a relative path, and the directory has changed?Use Firebug's net tab to verify that script files that are referenced are actually being loaded.