jquery / jquerymobile.com

jQuery Mobile web site content
http://jquerymobile.com
Other
54 stars 65 forks source link

Concat issue? #173

Open TonyKnibb-MakaraHealth opened 1 year ago

TonyKnibb-MakaraHealth commented 1 year ago

Error: Cannot read properties of undefined (reading 'concat')

I'm using jquery 3.3.1 and I've tried 3.6.1 also

jquery mobile is 1.4.5

pardeepzapbuild commented 5 months ago

I am also getting the same error. I upgrade my jQuery version from 2.2.0 to 3.7.1.

Any solution?

Screenshot 2024-04-12 at 12 29 58 PM
pardeepzapbuild commented 5 months ago

Error: Cannot read properties of undefined (reading 'concat')

I'm using jquery 3.3.1 and I've tried 3.6.1 also

jquery mobile is 1.4.5

@TonyKnibb-MakaraHealth, Any solution?

TonyKnibb-MakaraHealth commented 5 months ago

@pardeepzapbuild It turned out that jquery mobile 1.4.5 won't work with anything newer than jquery 2.2.4

I ended up having to use jquery 2.2.4 on the one page that required jquery mobile 1.4.5, and jquery 3.3.1 everywhere else.