SCRIPT1014: Invalid character

后端 未结 4 2478
北海茫月
北海茫月 2020-11-30 12:47

I have this script:

function slideSwitch() {
    var ae = jQuery(\'#featured-right a.active\');
    if ( ae.length == 0 ) {
        ae = jQuery(\'#featured-r         


        
4条回答
  •  我在风中等你
    2020-11-30 13:23

    It seems that IE didn't like the fact that i was accessing the page without a HTTP server :) I was accessing c:\www\my-file. When accessing http://localhost/my-file .. worked great.

提交回复
热议问题