jQuery mobile一直报错Uncaught TypeError: Cannot read property 'concat' of undefined
查了一下,是因为jQuery mobile和jQuery的版本不匹配,jQuery mobile是1.4.5的,jQuery是3.2.1的, 换一下jQuery的版本就好了,我换成了1.9.1的
jQuery mobile一直报错Uncaught TypeError: Cannot read property 'concat' of undefined
查了一下,是因为jQuery mobile和jQuery的版本不匹配,jQuery mobile是1.4.5的,jQuery是3.2.1的, 换一下jQuery的版本就好了,我换成了1.9.1的