I\'ve trying to use the draggable effect on some divs on a page, but whenever I load the page, I get the error message:
Error: $(\".draggable\").draggable is
jQuery Tools and jQuery UI get in conflict because they both declare jQuery.tabs and the conflict prevents the second one (in this case jQuery UI) from being loaded. This is the reason why you get a draggable is not a function error.
A solution to this problem is to create a custom version of jQuery Tools (from here) without the tabs functionality.
Informations about the conflict found here: Can JQuery UI and JQuery tools work together?