jquery.mobile 1.4.5 Uncaught TypeError: Cannot read property 'concat' of undefined

后端 未结 2 1384
没有蜡笔的小新
没有蜡笔的小新 2020-12-02 19:49

I have created a sample index.html file and included the latest jquery (3.1.0) and jquery mobile (1.4.5).

On the loading page the error console outputed:

相关标签:
2条回答
  • 2020-12-02 20:19

    Look this Documentation

    jQuery mobile is locked to some versions of jQuery! You will find a text of

    jQuery Mobile 1.3.0 supports versions of jQuery core 1.7.2 – 1.9.1 and we’re actively testing the upcoming 2.0 version too. We will be keeping in sync with their releases to let you take full advantage of the new goodness.

    UPDATE

    jQuery mobile now works with 2.x versions too, though version 3 still returns the mentioned error.

    0 讨论(0)
  • 2020-12-02 20:26

    Use latest version 1.5 ( It is available at: code.jquery.com):

    http://code.jquery.com/mobile/1.5.0-rc1/jquery.mobile-1.5.0-rc1.min.js
    
    0 讨论(0)
提交回复
热议问题