bic*_*cle 14 jquery internet-explorer
另一个Internet Explorer Javascript错误.我无法调试,因为Internet Explorer的调试工具甚至比Eclipse慢,这是一项非常成功的事情....任何人都可以看到导致SCRIPT16389:未指定错误的原因.jquery.min.js,第2行91826错误?
Pek*_*ica 10
你说你使用的是这段代码:
$(document).ready(function()
{ $.ajax({type: "GET", url: "\/slider.php", }).done(
function( html ) {
$("#jui").html(html);
if ($("#vpo").html().length == 0) activateSlider();
});
Run Code Online (Sandbox Code Playgroud)
从URL中删除反斜杠.我不完全确定为什么会导致错误,但IE传统上处理URL中的反斜杠与其他浏览器不同.