jquery Calendar - Help
BhavinNov 11 2008 — edited Nov 12 2008Hello Apex Experts,
I have downloaded jquery (downloaded as whole workspace and not for specific application) and integrated to one of my sample application. It works fine. Mr. Roel of Logica helped me quite a lot for that.
However, when I am trying to use and to integrate to of my another application it comes up with following error message: *'$.datepicker' is null or not an object*
We have tried a lot to solve this but still getting same error.
Can anyone help me out please and let me know where I am wrong??
I have following code in my page header section:
<link rel="stylesheet" href="#WORKSPACE_IMAGES#ui.datepicker.css" type="text/css" />
<script type="text/javascript" src="#WORKSPACE_IMAGES#jquery-1.2.6.js"></script>
<script type="text/javascript" src="#WORKSPACE_IMAGES#ui.datepicker.js"></script>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
$.datepicker.setDefaults({
dateFormat: 'dd/mm/yy',
showOn: 'button',
buttonImageOnly: true,
buttonText: '',
buttonImage: '/i/asfdcldr.gif'
});
$('#P3_DATE_OF_BIRTH').datepicker();
});
//]]>
</script>
Many thanks in advance.
B Adhvaryu
London