gpt4 book ai didi

asp.net-mvc-3 - Colorbox 未加载 ajax 内容

转载 作者:行者123 更新时间:2023-12-01 05:58:47 25 4
gpt4 key购买 nike

<a href="/Search/ReadChain/?CategoryID=123&ParentID=5587&LogDate=10/12/2012" class="ReadChainDL">Read Chain</a>

$(".ReadChainDL").colorbox();

当我单击“读取链”时,它会运行 ajax 并加载颜色框,但颜色框是空白的!我可以确认 ajax 正在运行并通过 firebug 提取正确的内容。它只是没有将生成的 ajax 内容填充到颜色框中。我已经通过 firebug 确认 colorbox 是空白的。

我已经在 Firefox 和 Chrome 中尝试过

最佳答案

它必须是 URL;你的代码工作正常。证明:http://jsfiddle.net/HP8tN/

我认为主要有两种可能性:

  • 没有文件名,因此 Colorbox 可能不知道要使用什么内容类型。或者 URL 可能错误,或者目标的内容类型错误。我认为这是最有可能的选择。如果是照片,请尝试 $(".ReadChainDL").colorbox({photo: true}); 。否则,check out the Content Type section in the documentation.

  • Colorbox 应该确定您向其传递的是 URL 还是 jQuery 样式的 XPath 选择器。 10/12/2012 可能会弄乱它用于识别 URL 的任何逻辑。这似乎不太可能,因为您已经确认有些东西会回来,但值得一试。请尝试使用 10%2F12%2F2012

关于asp.net-mvc-3 - Colorbox 未加载 ajax 内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13088740/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com