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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -