jQuery UI Themes Messed Up
24 Jul 2010 Leave a Comment
in jQuery Tags: jQuery, Themes, UI
If you have included the jQuery UI, and are trying to use one of their themes, and it keeps showing up all messed up, you may need to include a few other files that you don’t know about.
Make sure you download the entire development bundle. Inside the development bundle, you’ll find some additional css files in there.
Let’s say you are using the datepicker.
You’ll want to include css files in this order:
development-core/css/core.css
development-core/css/datepicker.css
theme/smoothness/jquery-1.8.2.customer.css
Advertisement