okay i think this will be an easy post, but i am wanting to make use of the jquery date picker but i cannot get the code to work. This is exact date picker i want and how i want it to work (jQuery UI - Datepicker Demos & Documentation), can anyone help me with the code to get this to work, so far i have put this:
<script>
$(function() {
$( "#datepicker" ).datepicker();
});
</script>
<form action="index.php" method="POST">
<input type="text" id="datepicker" />
</form>
Is there anymore code needed, with my other jquery files i have needed an extra jquery file for this to work, is this needed here???
Many Thanks,
J


Sign In
Create Account


Back to top









