Search and Top Navigation
Ticket #6263: datepicker.example.html
File datepicker.example.html, 0.8 KB (added by maxbarbul, November 04, 2010 02:46PM UTC)
This is example where you can see the problem
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Datepicker - Default functionality</title>
<link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css">
<script src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.core.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.datepicker.js"></script>
<link rel="stylesheet" href="http://jqueryui.com/demos/demos.css">
<script>
$(function() {
$("#datepicker").datepicker();
});
</script>
</head>
<body style="position:fixed">
<div class="demo">
<p>Date: <input type="text" id="datepicker"></p>
</div>
<div class="demo-description">
<p>Focus on input</p>
</div>
</body>
</html>
Download in other formats:
Original Format
File datepicker.example.html, 0.8 KB (added by maxbarbul, November 04, 2010 02:46PM UTC)
This is example where you can see the problem
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Datepicker - Default functionality</title>
<link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css">
<script src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.core.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.datepicker.js"></script>
<link rel="stylesheet" href="http://jqueryui.com/demos/demos.css">
<script>
$(function() {
$("#datepicker").datepicker();
});
</script>
</head>
<body style="position:fixed">
<div class="demo">
<p>Date: <input type="text" id="datepicker"></p>
</div>
<div class="demo-description">
<p>Focus on input</p>
</div>
</body>
</html>