I have trying to access JQuery Datepicker.
But its showing the functionalities in plain format.
I m not getting where i need to do modifications.
Please find the code below & google it for .js files.
& let me know where i need to do modifications
<head>
<title>jQuery UI Datepicker - Default functionality</title>
<link rel="stylesheet" href="Styles/jquery.ui.all.css">
<link rel="stylesheet" href="Styles/demos.css">
<script type="text/javascript" src="Scripts/jquery-1.7.1.js"></script>
<script type="text/javascript" src="Scripts/jquery.ui.core.js"></script>
<script type="text/javascript" src="Scripts/jquery.ui.widget.js"></script>
<script type="text/javascript" src="Scripts/jquery.ui.datepicker.js"></script>
<script type="text/javascript">
$(function() {
$("#datepicker").datepicker();
});
</script>
</head>
<body>
<div class="demo">
<p>Date: <input type="text" id="datepicker"></p>
</div><!-- End demo -->
</body>

New Topic/Question
Reply


MultiQuote




|