Skip to content Skip to sidebar Skip to footer

Cordova Jquery Error Vs2015: Exception: Cannot Call Method 'concat' Of Undefined

I'm getting this Error in VS when i load an html with jquery.mobile: Exception: Cannot call method 'concat' of undefined jquery.mobile-1.4.5js I followed this tutorial: https://w

Solution 1:

Some functions of jquery.mobile-1.4.5 not be compatible with jquery-3.1.0 .Use jquery-2.2.4 version . You can download from here link


Post a Comment for "Cordova Jquery Error Vs2015: Exception: Cannot Call Method 'concat' Of Undefined"