optikalefx / OpenJS-Grid

OpenJS Grid is the easiest jQuery Grid ever. With very little work you can have a data grid that can do everything from sorting and searching to complex database queries. Best of all, its open source. So you can learn how it's all done.
http://square-bracket.com/openjs
MIT License
96 stars 46 forks source link

jquery.js crashing with jqueryui version 1.10.2 #27

Open WinstonTan opened 11 years ago

WinstonTan commented 11 years ago

Hi, the includes of jquery.js seemed to have screwed up the jqueryui js codes for:

    <script src="js/jquery-1.9.1.js"></script>
    <script src="js/jquery-ui-1.10.2.custom.js"></script>

Is there any workaround that you may suggest? Thanks.

optikalefx commented 11 years ago

Can you describe what is screwed up?

Thanks!

WinstonTan commented 11 years ago

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.

optikalefx commented 11 years ago

I wonder if bootstrap and jquery UI don't get along. Do you have a test page up that I can check out?

Thanks!