jQuery UI in Admin (Best Practice?)

WP 3.1 will come with jQuery UI 1.8 so the easiest solution would be to wait.

Also, it sounds like you’re outputting the script tag directly. You should try deregistering the bundled jQuery UI version and replacing it with your own.

This is done using wp_deregister_script() and wp_enqueue_script().

Leave a Comment