Is it possible to include jQuery UI as a whole instead of:
wp_enqueue_script('jquery-ui-core');
wp_enqueue_script('jquery-effects-core');
// a lot of other jquery ui imports....
I’ve searched in the codex and was able to find the full list of included scripts, but could not find a way to include the full jQuery UI version as one import like:
wp_enqueue_script('jquery-ui');
Sources:
http://codex.wordpress.org/Function_Reference/wp_enqueue_script