I have revised my code to use code.jquery.com for jQuery, jQuery-ui, and jQuery-mobile files. A particular set of pages require i18n files but I cannot locate them on code.jquery.com. Where are those files?
- <link href="//code.jquery.com/ui/1.10.4/themes/ui-darkness/jquery-ui.min.css" rel="stylesheet">
- <script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
- <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/i18n/jquery-ui-i18n.min.js"></script>
- <!-- need to change googleapis to code.jquery.com for consistency -->