Hello Devs
i am creating a dnn module in visual studio and i want one field to have a date picker its working very nice outside DNN but when I put it to DNN its not
more info
script type ="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js" /script
script type ="text/javascript" src="jquery.jdpicker.js" /script
link rel="stylesheet" href="jdpicker.css" type="text/css" media="screen"
asp:TextBox ID="TextBox1" runat="server" class="jdpicker" /asp:TextBox
in dnn the structure is as follows:
desktopmodules/Newfolder/images,webform,module.css, date.js
Any help ?