Jquery Mobile Error Cannot read Property 'Concat' of Undefined

Asked

Viewed 622 times

0

When I try to call the Jquery Mobile library (Using CDN or the code itself downloaded from the website Jquery Mobile.

I get the following error in the Browser console (Chrome and Firefox):

Uncaught Typeerror: Cannot read Property 'Concat' of Undefined

So I can’t use anything from Jquery Mobile.
Does anyone know anything to help solve this?

1 answer

1


There should be compatibility between jquery and jquery mobile version.

This is an example of the latest version.

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>

More information:

http://jquerymobile.com/download/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.