jQuery UI download single component without Core

jQuery UI download single component without Core

Hi All,

I hope someone can help me or point me in the right direction. I am working with a huge web application and we are planning to add tooltip support using jQuery. However there are some limitations in terms of making changes. We are already using jQuery UI 1.10.4 and we are not able to make a change to the JS file. This is in part because we are not completely sure what components are already included. So rebuilding proper set of components does not sound promising. I could build another download with Core and Tooltip only, however this will introduce duplicated Core code and could potentially cause problems.

So, it would be perfect if I could simply download tooltip plugin and simply add it in the project (since I already have all Core components which are already being referenced by the page).

Thanks!