Tagged Questions
3
votes
4answers
11k views
jQuery UI Datepicker not working
i want to add a datepicker on a custom page but i doesn not work. WP version is 3.2.1.
Those are the init string i used on wp code:
wp_enqueue_script('jquery');
wp_enqueue_script('jquery-ui-core');
...