I’m using the JDPicker plugin but this is not working.
I added those three tags in head tag:
<script type ="text/javascript" src="jquery.js"></script>
<script type ="text/javascript" src="jquery.jdpicker.js"></script>
<link rel="stylesheet" href="jdpicker.css" type="text/css" media="screen" />
then added the following code in body:
<input type="text" name="your_input" class="jdpicker" />
<input type="hidden" name="your_input_2" class="jdpicker" />
I am able to see the text-box but when I click, there is not pop-up calendar coming. I even want a date to assign to a variable when I select a particular date.
I tried to implement it locally and it works on my side. Here’s the code I use: