简体   繁体   中英

My site works fine in FF, but IE7 gives me error

Here is my site: http://www.sumsy.com/temp/templatesys/config.php?template=1

IE6, 7 give me errors.

Line 9 Char 3 Expected identifier, string or number Code 0 URL: config.php?template=1

so for situation like this, how do you guys debug it? I dont even know the error is coming from JS code or Php code. IE doesnt say which file.

Thanks

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

        }
);

try removing the extra comma on auto, in custom.js 在此处输入图片说明

source

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM