Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: jQuery Problems

I believe you should tie your dependency to jquery-ui-core, i.e.:

<?php wp_enqueue_script('ui.datepicker', get_stylesheet_directory_uri() . '/library/custom/js/1.5.3/ui/ui.datepicker.js', array('jquery-ui-core'), 0.1); ?>

Skip to toolbar