Avoid conflict with JQuery UI and Bootstrap
In our project, we have been using jQuery UI components like calendar. recently we have implemented bootstrap in the project. So here comes the issue.
Some of the components are conflicted by the two libraries. One of which is jquery calendar.
Both are sharing the same object name. So there is a conflict.
What could be the ideal solution to handle such scenario. I am looking for a solution which will provide developers to specify which component they are intent to use.