Upgraded JQuery to 1.4.2 and JQuery-UI to 1.8.1.
Took a minute to tweak the JQuery-UI theme to better match the default Blacklight install (matched some fonts and font sizes, changed some coloring).
Updated app/controllers/application_controller.rb to load the new css and js files.
JQuery-UI now includes all of UI Core, Widgets, Interactions, and Effects. Previous versions included only what was needed for the Dialog widget for the 'more' facets link. These inclusions were made to minimize confusion with local customizations as to what is or is not included in the bundled JQuery-UI. If you're looking to trim down the JS size, you can roll your own at
http://jqueryui.com
Took a minute to tweak the JQuery-UI theme to better match the default Blacklight install (matched some fonts and font sizes, changed some coloring).
Updated app/controllers/application_controller.rb to load the new css and js files.
JQuery-UI now includes all of UI Core, Widgets, Interactions, and Effects. Previous versions included only what was needed for the Dialog widget for the 'more' facets link. These inclusions were made to minimize confusion with local customizations as to what is or is not included in the bundled JQuery-UI. If you're looking to trim down the JS size, you can roll your own at http://jqueryui.com