SCRIPT1014: Invalid character

后端 未结 4 2482
北海茫月
北海茫月 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

    Watch out for template string literals. This error was caused by a

    `
    

    character for me in IE11.

提交回复
热议问题