JQM日历显示多个月

时间:2018-11-29 14:11:07

标签: javascript jquery jquery-mobile

正在尝试使用JQM Calendar创建事件日历,如下所述。 Qn:有没有办法我可以在3个月前输出而不是1个月?

$(document).on('pageinit', '', function(){
  $("#calendar").jqmCalendar();
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://example.gajotres.net/sources/jQMCalendar/jw-jqm-cal.css">
<script type="text/javascript" src="http://example.gajotres.net/sources/jQMCalendar/jw-jqm-cal.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>


<div id="calendar"></div>

谢谢。

0 个答案:

没有答案