开发者

Easy to implement calendar

I want to place a nice-looking calendar on a webpage. What's the easiest one to imple开发者_StackOverflowment? I've tried jQuery datepicker, but I have to include all the ui-s, download some files, etc...


You'll save lots of time and effort by sticking with the jQuery solution.

If you go to the download page, you'll see that you can customize your package to include only the datepicker component and only the theme(s) you want.


The jQuery datepicker is pretty darn easy. You include two .js files and a stylesheet, then run $('#calendar').datepicker(). If you want to use someone else's work, it's not that much to ask to download it.

In fact, you don't even have to. Google hosts the Javascript and CSS files, so you don't even have to download. Go forth and implement.


Google actually has an API. You can use it :)

http://code.google.com/apis/calendar/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜