默认情况下,在jquery datepicker中,年份显示如下: 2007年 2008年 2009年 2010 2011
我希望它们按顺序排序: 2011 2010 2009年 2008年 2007
我使用谷歌的在线jquery,所以我无法改变代码中的任何内容。关于如何改变排序类型的任何想法?我还没有找到一个参数来传递排序类型。
谢谢
答案 0 :(得分:0)
答案 1 :(得分:0)
and I want them to be sorted ascendent: 2011 2010 2009 2008 2007
那是下降,没有上升。
I'm using google's online jquery, so I can't change anything in the code.
您的网页代码不是从谷歌服务器上运行的,您只是从他们那里加载jQuery(等)
JQuery UI Datepicker, reverse the order of the year in the dropdowns