Page 1 of 1

jQuery UI breaks my app

Posted: Wed Apr 11, 2012 2:34 pm
by mcgrathken.kmg

Hi Max

When i add jqery UI
https://ajax.googleapis.com/ajax/libs...
to my app i get this strange behaviour and i cant click on any component.
This is the latest jQuery UI.
I have also tried a custom download and only selected the components i require and it still breaks it.
Here is a screenshot
Image


jQuery UI breaks my app

Posted: Wed Apr 11, 2012 3:55 pm
by maxkatz

There is probably a conflict as now you have 2 jQuery versions. If you want to use the newer version, export the app source, remove the current version and add the newer one.


jQuery UI breaks my app

Posted: Wed Apr 11, 2012 4:42 pm
by mcgrathken.kmg

ok max thanks.
I downloaded just the core components including the draggable,droppable and sortable and added them as assets, and now it works perfectly.