jQuery UI: what files do I need?

jquery, jquery-ui

Solution

To find out just go to this webpage

- jQuery Ui

- select Toggle all (to remove all ticks)

- Then just check tab and it will then automatically select all the ones you require which is Core, Widget and Tabs.

You will also as always require the normal jQuery library. When you reference them the jQuery library must be first

Problem

I am implementing tabs in a website. I want to use this jQuery UI widget. There are other uses of jQuery on the website, but not jQueryUI (only in this particular place). So I am trying to include only the needed parts of jQueryUI. How can I determine what minimum parts of js code have to be included?

Original source