I am building my own theme options framework and I would like to include the jQuery UI Slider. BUT there is no entry in the official function reference for wp enqueue script: http://codex.wordpress.org/Function_Reference/wp_enqueue_script
Do I have to include the jQuery UI widgets manually or is there another way? How do you do it?

?