Dear Sir/Madam,
when i install juiceui and jquery ui and jquery links
and i add juice datepicker to textbox and run it , textbox will acts as normal textbox but not juiceui datepicker.
please help me to solve the problem and i am copying the code as below:
<script src="Scripts/juice.min.js"></script>
<script src="Scripts/jquery-ui-1.11.2.min.js"></script>
<script src="Scripts/jquery-2.1.3.min.js"></script>
<script src="Scripts/juice.js"></script>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<asp:TextBox runat="server" ID="TextBox1" />
<strong> <Juice:Datepicker ID="Datepicker1" runat="server" TargetControlID="TextBox1" /></strong>
</div>