jQuery UI Multi Date Picker Stop rotating months on date select

大兔子大兔子 提交于 2019-12-13 06:19:11

问题


Please check the fiddle below. When a date is selected on any calander accept first one, control rotates to make that calendar first one. I want to stop this behavior.

http://jsfiddle.net/URcqn/8/

I am using a plugin called Multi Date Picker, but it is basically jQuery Date Picker. When you select a date in 2nd or 3rd month the control rotates months to make the month i selected date on first calendar. How can I stop this behavior ??


回答1:


Try using Jquery Datepicker which has the feature you are asking for. Personally, i didnt like the UI but you can replace it with Jquery-UI.

Also, the navigation on that page is: You will see some n number of tabs, select "months" tab and see the last example it has multi date picker with behaviour to stop rotation of months.

Code is available... Njoy!!!



来源:https://stackoverflow.com/questions/11511051/jquery-ui-multi-date-picker-stop-rotating-months-on-date-select

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!