mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Changed datepicker header and demo paths.
This commit is contained in:
parent
f4f8ba867f
commit
3dfb02bc03
@ -17,7 +17,6 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2>jQuery UI Datepicker v3.4.3 Examples</h2>
|
|
||||||
<ul id="tab_menu1" class="tabs">
|
<ul id="tab_menu1" class="tabs">
|
||||||
<li><a href="#default">Defaults</a></li>
|
<li><a href="#default">Defaults</a></li>
|
||||||
<li><a href="#invoke">Invocation</a></li>
|
<li><a href="#invoke">Invocation</a></li>
|
||||||
|
@ -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).
|
* jQuery UI Datepicker
|
||||||
|
*
|
||||||
Copyright (c) 2007 Marc Grabanski (http://marcgrabanski.com/code/ui-datepicker)
|
* Copyright (c) 2006, 2007, 2008 Marc Grabanski
|
||||||
Dual licensed under the MIT (MIT-LICENSE.txt)
|
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||||
and GPL (GPL-LICENSE.txt) licenses.
|
* and GPL (GPL-LICENSE.txt) licenses.
|
||||||
Date: 09-03-2007 */
|
*
|
||||||
|
* http://docs.jquery.com/UI/Datepicker
|
||||||
|
* Marc Grabanski (m@marcgrabanski.com) and Keith Wood (kbwood@virginbroadband.com.au).
|
||||||
|
*/
|
||||||
|
|
||||||
;(function($) { // hide the namespace
|
;(function($) { // hide the namespace
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user