Changed datepicker header and demo paths.

This commit is contained in:
Marc Grabanski 2008-06-01 17:53:28 +00:00
parent f4f8ba867f
commit 3dfb02bc03
2 changed files with 10 additions and 8 deletions

View File

@ -17,7 +17,6 @@
<body>
<div id="wrap">
<div id="content">
<h2>jQuery UI Datepicker v3.4.3 Examples</h2>
<ul id="tab_menu1" class="tabs">
<li><a href="#default">Defaults</a></li>
<li><a href="#invoke">Invocation</a></li>

View File

@ -1,10 +1,13 @@
/* jQuery UI Date Picker v3.4.3 (previously jQuery Calendar)
Written by Marc Grabanski (m@marcgrabanski.com) and Keith Wood (kbwood@virginbroadband.com.au).
Copyright (c) 2007 Marc Grabanski (http://marcgrabanski.com/code/ui-datepicker)
Dual licensed under the MIT (MIT-LICENSE.txt)
and GPL (GPL-LICENSE.txt) licenses.
Date: 09-03-2007 */
/*
* jQuery UI Datepicker
*
* Copyright (c) 2006, 2007, 2008 Marc Grabanski
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* http://docs.jquery.com/UI/Datepicker
* Marc Grabanski (m@marcgrabanski.com) and Keith Wood (kbwood@virginbroadband.com.au).
*/
;(function($) { // hide the namespace