Can JQuery UI and JQuery tools work together? I.e. If I include both libraries on one page, will it still work?
I've got two components in Drupal. One uses Jquery tools, and the other uses Jquery UI. Problem is, if both are running, everything break. Links turn into lightbox links etc. Very strange.
RD
2009-09-03 17:09:30
Did you install some CSS files for jQueryUI?
Milan Babuškov
2009-09-03 17:10:59
no, i did not. i think it must be that lightbox is not compatible with the tools or something. i cant figure it out.
RD
2009-09-03 17:16:02
+8
A:
They can be used together. The problem is that there is a jquery.tabs created in both libraries. That conflict causes the second script to not load. You have to go to http://flowplayer.org/tools/download.html to build a custom download and do not include tabs. I just had this problem and was able to resolve it by doing this.
The only downside is you can't use the CDN, since you're stuck downloading a custom JS file and including it in your site.
Eric Hendrickson
2009-11-12 12:46:02