Jquery 3.0.0 incompatible with Jquery Mobile?

前端 未结 2 853
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-19 08:33

I\'m just learning how to write Javascript. I\'ve been told that this is how to include jquery and jquery mobile:





        
相关标签:
2条回答
  • 2020-12-19 09:07

    jQuery 3 is all of five days old. It also broke some things. jQuery Migrate, mentioned in both previous links, MIGHT make your setup work, but consider not blazing this trail.

    0 讨论(0)
  • 2020-12-19 09:24

    According to this message on jquery-mobile github issue-tracker jquery-mobile version 1.5 should be compatible with jQuery 3.x.

    It is not available at the main website at the moment, but is available at code.jquery.com

    0 讨论(0)
提交回复
热议问题