Search and Top Navigation
Ticket #4002: test.html
File test.html, 0.7 KB (added by mark_story, January 30, 2009 01:44PM UTC)
Reduction of bug.
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>test</title>
<link href="css/theme/ui.core.css" rel="stylesheet" />
<script src="js/jquery-1.3.js" type="text/javascript" charset="utf-8"></script>
<script src="js/ui/ui.core.js" type="text/javascript" charset="utf-8"></script>
<script src="js/ui/ui.datepicker.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function() {
$('#date-picker').datepicker();
})
</script>
</head>
<body id="test">
<div style="padding-top:900px;">
<form action="/" type="post">
<input type="text" name="date" id="date-picker" />
</form>
</div>
</body>
Download in other formats:
Original Format
File test.html, 0.7 KB (added by mark_story, January 30, 2009 01:44PM UTC)
Reduction of bug.
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>test</title>
<link href="css/theme/ui.core.css" rel="stylesheet" />
<script src="js/jquery-1.3.js" type="text/javascript" charset="utf-8"></script>
<script src="js/ui/ui.core.js" type="text/javascript" charset="utf-8"></script>
<script src="js/ui/ui.datepicker.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function() {
$('#date-picker').datepicker();
})
</script>
</head>
<body id="test">
<div style="padding-top:900px;">
<form action="/" type="post">
<input type="text" name="date" id="date-picker" />
</form>
</div>
</body>