Using 2 libraries at same page: jQuery UI and Twitter Bootstrap:
To fix the collision between Bootstrap and jQuery UI functions, rename one of them:
And then you can call each function at will:
You can use this technique for any function you need.
Remember the order include A -> rename A -> include B.
include A -> rename A -> include B