can someone have a look at this timepicker add on
515749Dec 13 2011 — edited Dec 14 2011hi,
i try to include this http://trentrichardson.com/examples/timepicker/ (example 3 - only timepicker) on a page in my application
but it is not working
in the page header i put this code
<script src="/i/libraries/jquery-ui/1.8/ui/i18n/oracle/jquery-ui-timepicker-addon.js"></script>
<style type="text/css">
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0;}
</style>
<script type="text/javascript">
<!--
$(function() {
$("#P13_TEST_TIME").timepicker({});
});
//-->
</script>
the item is P13_TEST_TIME
on the page i get the following error
the object does not support this property or method. jquery
jquery-ui-timepicker-addon.js
on http://trentrichardson.com/examples/timepicker/
is
jquery-1.7.1.min.js
jquery-ui-1.8.16.custom.min.js
included
maybe that is the reason why it is not working on my apex page?
can someone help please?