Including jquery UI with wp_enqueue_script
-
How do I include the jquery UI core with wp_enqueue_script?
My code is as follows, but it only seems to pull in the normal jquery library, and not the UI.
<?php wp_enqueue_script('jquery'); ?> <?php wp_enqueue_script('jquery-ui-core'); ?>
I also tried:
<?php wp_enqueue_script('jquery,jquery-ui-core'); ?>
But that didn’t work either. Any ideas?
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Including jquery UI with wp_enqueue_script’ is closed to new replies.