What is the best calendar pop-up to populate a web

2019-06-19 02:08发布

I want to be able to make an HTTP call updating some select boxes after a date is selected. I would like to be in control of updating the textbox so I know when there has been a "true" change (in the event the same date was selected). Ideally, I would call a function to pop-up the calendar and be able to evaluate the date before populating the text box...so I can do my validation before making a server call.

7条回答
啃猪蹄的小仙女
2楼-- · 2019-06-19 02:47

YUI and ExtJs both have very nice looking and flexible calendars.

查看更多
劫难
3楼-- · 2019-06-19 02:48

I'm using the JSCalendar from Dynarch for a project I'm currently working on. It is LGPL licensed and really flexible (easy to customize to your needs). It has lots of features and looks good, too.

http://www.dynarch.com/projects/calendar/

查看更多
爷、活的狠高调
4楼-- · 2019-06-19 02:54

If you ever end up considering a JavaScript library/toolkit, Dijit, a widget system which layers on top of Dojo, has a calendar (Dijit calendar test page). I found it relatively simple to implement.

//Disclaimer: I'm in the middle of a love-hate relationship w/ Dojo at the moment, as I am in the process of learning and using it better.

查看更多
疯言疯语
5楼-- · 2019-06-19 02:55

I don't like the MS ASP.NET ajax, but their datepicker is superb. Otherwise, jQuery datepicker.

查看更多
我欲成王,谁敢阻挡
6楼-- · 2019-06-19 03:08

I've been playing with the jquery datePicker script - you should be able to do everything you need to with this.

查看更多
Summer. ? 凉城
7楼-- · 2019-06-19 03:10

JQuery's datepicker is an extremely flexible tool. With the ability to attach handlers prior to opening or after date selection, themes, range selection and a variety of other incredibly useful options, I've found that it meets all my needs.

The fact that I sit next to one of its maintainers here at work is also fairly useful...

查看更多
登录 后发表回答