jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.7k stars 2.41k forks source link

jQuery 1.5 compatibility issue. #1184

Closed aduro closed 13 years ago

aduro commented 13 years ago

Having to use jQuery 1.4 with phone-gap.js for some reason. Cant load the "pages" into the DOM when using 1.5

My current setup

<script src="js/phonegap.js"></script>
<script src="js/jquery-1.4-min.js"></script>    
<script src="js/jquery.mobile-1.0a3.js"></script>
toddparker commented 13 years ago

Pretty sure this is a duplicate of #991 which is a bug in jQuery core file file:// urls. Working on a fix or workaround...