Skip to main content

Search and Top Navigation

Ticket #3238: testcase.html


File testcase.html, 0.5 KB (added by sorpigal, August 20, 2008 11:31PM UTC)

test to reproduce reported problem

<html>
<head>
	<script src="jquery.ui-1.6b/jquery-1.2.6.js" type="text/javascript"></script>
	<script src="jquery.ui-1.6b/ui/ui.core.js" type="text/javascript"></script>
	<script src="jquery.ui-1.6b/ui/ui.datepicker.js" type="text/javascript"></script>
	<script type="text/javascript">
	$(document).ready(function(){
		$('#missing').datepicker();
		var d = $('#missing').datepicker('getDate');
		alert(d);
	});
	</script>
</head>
<body>
</body>
</html>

Download in other formats:

Original Format