Compatibility of JQuery Mobile 1.3 and JQuery UI 1.10 -


i tried to use jq mobile main ui, , jq ui solely implementing drag , drop function. when including jqm library first , followed jq ui, widgets , jqm functionalities not behave expected; when including ui first, draggable , droppable functions seem undefined, indicated firebug. there workaround? thanks.

<!-- include jquery ui before jq mobile --> <script src="jquery-ui-1.10.3/js/jquery-1.9.1.js"></script> <script src="jquery-ui-1.10.3/js/jquery-ui-1.10.3.custom.js"></script>   <link href="jquery-ui-1.10.3/css/smoothness/jquery-ui-1.10.3.custom.css" rel="stylesheet">  <link href="jquerymobile/jquery.mobile-1.3.1.css" rel="stylesheet"> <link href="jquerymobile/jquery.mobile.theme-1.3.1.css" rel="stylesheet"> <link href="jquerymobile/jquery.mobile.structure-1.3.1.css" rel="stylesheet">   <script src="jquerymobile/jquery.mobile-1.3.1.js"></script> <script src="jquerymobile/jquery.ui.touch-punch.js"></script> 


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -