Thickbox、jQuery 和 ASPX

发布于 2024-08-16 03:14:47 字数 383 浏览 8 评论 0原文

我有一个带有 jQ​​uery 和 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忘年祭陌 2024-08-23 03:14:47

您确定这些 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文