Hi,
Did some one show on a form "recently" how they were using the datepicker from jquery? I cannot find anything in the wiki or the bulletin board. Thanks.
<input type="text" id="txtdate" />
<script type="text/javascript">
//<![CDATA[
WDN.jQuery(document).ready(function ($) {
WDN.loadCSS('/wdn/templates_3.0/scripts/plugins/ui/jquery-ui.css');
WDN.loadCSS('/wdn/templates_3.0/scripts/plugins/ui/ui.datepicker.css');
WDN.loadJS('/wdn/templates_3.0/scripts/plugins/ui/jQuery.ui.js', function () {
$('#txtdate').datepicker();
});
});
//]]>
</script>
Users browsing this forum: No registered users and 0 guests