0

I am switching to jQuery 1.8.5 and was wondering if there's anything there that might break my jQuery UI 1.7.2 theme created by themeroller. Do I need to create a new theme (because of new effects, etc) or can I just re-use my old CSS files?

Thanks!

Scott Yu - builds stuff
  • 11,673
  • 8
  • 42
  • 55

1 Answers1

0

You need new CSS, there are several code changes (and even new widgets) that need updated CSS.

Your current jQuery UI CSS file should have a URL inside a comment, like this:

To view and modify this theme, visit http://jqueryui.com/themeroller/?....

Just go to that URL to get the updated/current version of your theme, so you don't need to reconfigure colors and such.

Nick Craver
  • 623,446
  • 136
  • 1,297
  • 1,155