21

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?

AsgarAli
  • 2,201
  • 1
  • 20
  • 32
leora
  • 188,729
  • 360
  • 878
  • 1,366

3 Answers3

16

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

Community
  • 1
  • 1
Marc
  • 9,254
  • 2
  • 29
  • 31
  • 1
    Wow, themeroller huh? that's awesome. jQuery is on track to become the next holy grail of UI development. – SoftwareGeek Mar 25 '10 at 02:50
  • 2
    It's unclear how to implement this theme under the website. So Ok. I just downloaded some theme and what's now? – NoWar Jan 11 '12 at 01:00
  • 1
    @DmitryBoyko [this is how to use it](http://jqueryui.com/docs/Getting_Started#After_downloading:_Intro_to_using_jQuery_UI) – Benjamin Jan 23 '12 at 00:36
  • @Benjamin Link is dead. [This](http://stackoverflow.com/questions/2564317/jquery-ui-themeroller-installing-themes#2564474) works. – user2609980 Aug 17 '14 at 17:22
  • Please update on Instructions on how to use the themeroller URL, it is no longer valid. – OKEEngine Jul 13 '15 at 00:21
3

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

Chris Missal
  • 5,987
  • 3
  • 28
  • 46
3

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

martin clayton
  • 76,436
  • 32
  • 213
  • 198
escist
  • 763
  • 4
  • 13
  • 35