leora
leora

Reputation: 196499

How to change the theme of jQuery UI datepicker?

I have been testing and playing around with jquery date picker below.

http://jqueryui.com/demos/datepicker/

on this page, you can click on different links and it will change the whole formatting of the datepicker (colors, etc) when i download and test it, its coming up with a theme that i dont like.

How can I change the theme of my own website for this datepicker?

Upvotes: 22

Views: 91592

Answers (3)

Marc
Marc

Reputation: 9354

In addition to Chris's answer, a more direct link is here. Using themeroller, you can choose to use either a pre-built theme or .. well.. roll your own.


Instructions on how to use the themeroller is located here

Upvotes: 17

escist
escist

Reputation: 773

See this page http://learn.jquery.com/jquery-ui/getting-started, section titled "After downloading: Intro to using jQuery UI."

Upvotes: 3

Chris Missal
Chris Missal

Reputation: 6123

You can go to http://jqueryui.com/ and pick a new one.

Upvotes: 3

Related Questions