Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jquery Calendar - Help

BhavinNov 11 2008 — edited Nov 12 2008
Hello 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
This post has been answered by Anthony Rayner-Oracle on Nov 12 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 10 2008
Added on Nov 11 2008
11 comments
598 views