Open WinstonTan opened 11 years ago
Can you describe what is screwed up?
Thanks!
Apology for the ambiguous description.
I am implementing the latest JqueryUI 1.10.2 by importing the js file as shown above. At the same time, I am also importing Open JS Grid's jquery.js and css files:
<link rel="stylesheet" href="OpenJS-Grid-master/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" href="OpenJS-Grid-master/grid.css" title="openJsGrid"/>
<script src="OpenJS-Grid-master/jquery.js" type="text/javascript"></script>
What happen now is that the JqueryUI became unuable (showing as html DOM only and without interactive functionality), as well as the web project layout being affected too.
Thanks.
I wonder if bootstrap and jquery UI don't get along. Do you have a test page up that I can check out?
Thanks!
Hi, the includes of jquery.js seemed to have screwed up the jqueryui js codes for:
Is there any workaround that you may suggest? Thanks.