DatePicker - not responding to any clicks
Can someone assist me on this? I've got a textbox which when receives
focus the datepicker shows up. This works correctly. When I click
any days on the calendar or try to go forward or backwards on the
month nothing happens??
This is in an IFrame so wondering if this is why the problem is
occuring. Browser is IE7.
Code like so:
$(function(){
$("#followUpDate").datepicker();
});
Included js files:
<SCRIPT LANGUAGE="JavaScript" SRC="/js/jquery-1.3.2.min.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="/js/jquery-
ui-1.7.1.custom.min.js"></SCRIPT>