-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
In each of the demonstration documents, you are including jQuery UI scripts that are linked from jQuery's server. These appear to be missing on jQuery's end. For example, when directly accessing "http://jqueryui.com/ui/jquery.ui.core.js" or "http://jqueryui.com/ui/jquery.ui.widget.js" I receive "404 Not Found".
I have not yet discovered replacement links at jQuery's site. They may not (yet) exist. Perhaps you should update your documents to use the the code hosted at Google.
EDIT ---
Located in the footer of jQuery's site you will see their current CDN links:
http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css
http://code.jquery.com/jquery-1.8.2.js
http://code.jquery.com/ui/1.9.0/jquery-ui.js
In viewing "http://code.jquery.com/ui/1.9.0/jquery-ui.js", it seems that it includes all of the different elements that were previously set up as individual files. Example: "jquery.ui.core.js", "jquery.ui.widget.js, etc.