In the
getting-started
page
https://learn.jquery.com/jquery-ui/getting-started/
it specifies that you use the jquery.js bundled in the external
directory.
However, the jquery.js is not minified.
If you want a minified version, do you have to go to the jquery
page specifically, and if so the current version of jquery.js (1.11.4)
bundled with jquery ui is v1.10.2, which doesn't seem to be
available anymore, see
http://code.jquery.com/
Where can I get a minified copy of the jquery.js found in the
external package?