syntax error: unexpected token <

后端 未结 15 2160
一整个雨季
一整个雨季 2020-11-29 02:20

I\'ve tried many things and there\'s no way, always appears this error I tried to use only one option to see if passed, changed the call of jquery, but not.

I looked

15条回答
  •  时光取名叫无心
    2020-11-29 03:21

    Just ignore parameter passing as a false in java script functions

    Ex:

    function getCities(stateId,locationId=false){    
    
        // Avoid writting locationId= false kind of statements
       /*your code comes here*/
    
     }
    

    Avoid writting locationId= false kind of statements, As this will give the error in chrome and IE

提交回复
热议问题