Reputation: 17
Im making a wordpress plugin but when I use the code to use Jquery it doesnt work.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.js"></script>
<script type="text/javascript" src="http://iqamah.org/PrayTimes.js"></script>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/ui-lightness/jquery-ui.css" rel="stylesheet" />
I want to use this(http://jsfiddle.net/JGM85/279/) datepicker in the backend wordpress.
I can only see an input box, but when I click it nothing happens.
Upvotes: 1
Views: 881
Reputation: 360
there are already plugins available for datepicker in wordpress. You can use it them. one of good date picker plugin is "WP datepicker".
https://wordpress.org/plugins/wp-datepicker/
Upvotes: 1