Hi,
I'm new to DNN and i want to use the datepicker of jQuery UI inside my DNN.
I have done the following things:
On my homepage i entered inside the manage=> edit content => Those codes:
<link href="/js/jquery-ui-1.8.17.custom.css" rel="Stylesheet" type="text/css"></link>
<input id="date" type="text" size="8"></input>
(the CSS file is inside the js map)
On Host=>Host settings=>Advanced settings=>Jquery settings i got debug and Jquery version checked and installed Jquery version = 1.6.4
installed Jquery ui version = 1.8.16
On Admin=>Pages=> Page Settings=>Advanced settings=>Page Header Settings=> i got <script type="text/javascript" src="js/datepicker.js"></script> inside.
In my datepicker.js i got this entered
jQuery('#date').datepicker({ }); (i tryed to change the jQuery to $ also)
I heard something about putting something more in a ascx file??
Can someone please tell me what i do wrong?
I can only enter some text in a box on my site now, but cant use the animated ui of jquery.
Thx