diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-12-04 08:13:49 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-12-04 08:13:49 -0500 |
commit | 7318a3dabf8c1c1e431590af767e07a3bb418636 (patch) | |
tree | 4941e6a62ed0a99bee8cf2e30ede3d4672f9e9e4 | |
parent | 3d664dabe7731520e717d2c9a840a3ad41de49a6 (diff) | |
download | jQuery-Timepicker-Addon-7318a3dabf8c1c1e431590af767e07a3bb418636.zip jQuery-Timepicker-Addon-7318a3dabf8c1c1e431590af767e07a3bb418636.tar.gz jQuery-Timepicker-Addon-7318a3dabf8c1c1e431590af767e07a3bb418636.tar.bz2 |
Update jQuery and jQuery UI
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -35,11 +35,11 @@ .example-container input{ border: solid 1px #aaa; padding: 4px; width: 175px; } </style> - <link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.9.1/themes/smoothness/jquery-ui.css" /> + <link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.9.2/themes/smoothness/jquery-ui.css" /> <link rel="stylesheet" media="all" type="text/css" href="jquery-ui-timepicker-addon.css" /> - <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script> - <script type="text/javascript" src="http://code.jquery.com/ui/1.9.1/jquery-ui.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/ui/1.9.2/jquery-ui.min.js"></script> <script type="text/javascript" src="jquery-ui-timepicker-addon.js"></script> <script type="text/javascript" src="jquery-ui-sliderAccess.js"></script> <script type="text/javascript"> |