mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Added debug file to recreate any issues.
This commit is contained in:
parent
1c6b62b192
commit
169662dc7f
21
ui/demos/functional/datepicker/debug.html
Normal file
21
ui/demos/functional/datepicker/debug.html
Normal file
@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
<html>Only core files for easy debug</html>
|
||||
<link rel="stylesheet" href="../../../themes/ui.datepicker.css" type="text/css" media="screen" title="default" charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<input type="text" name="testing" value="click" id="testing" />
|
||||
|
||||
<!-- Include jQuery -->
|
||||
<script src="../../../../jquery/jquery-1.2.6.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
||||
<!-- Include UI Datepicker -->
|
||||
<script src="../../../source/ui.datepicker.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
$(function(){
|
||||
$('#testing').datepicker({ yearRange: '-80:+0' });
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -17,10 +17,6 @@
|
||||
<body>
|
||||
<div id="wrap">
|
||||
<div id="content">
|
||||
<input type="text" name="testing" value="click" id="testing" />
|
||||
<script type="text/jsdemo" charset="utf-8" class="demojs">
|
||||
$('#testing').datepicker({ yearRange: '-80:+0' });
|
||||
</script>
|
||||
<ul id="tab_menu1" class="tabs">
|
||||
<li><a href="#default">Defaults</a></li>
|
||||
<li><a href="#invoke">Invocation</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user