我的网站在FF中工作正常,但IE7给了我错误

时间:2011-01-24 16:15:59

标签: php jquery

这是我的网站: http://www.sumsy.com/temp/templatesys/config.php?template=1

IE6,7给我错误。

第9行 Char 3 预期的标识符,字符串或数字 代码0 URL:config.php?template = 1

所以对于这样的情况,你们如何调试呢? 我甚至不知道错误来自JS代码或Php代码。 IE没有说哪个文件。

由于

1 个答案:

答案 0 :(得分:3)

$(document).ready(function(){
    $("a#changeTemplate").fancybox(
            {
                'autoDimensions'    : false,
            'width'                 : 350,
            'height'                : 'auto', // here

        }
);

尝试删除custom.js中auto,上的额外逗号 enter image description here

source