• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2025-01-20
  • 语言: JavaScript
  • 标签: 组件  日期  

资源简介

<div class="calendar">
   
<div class="outer clearfix" id="calendarcontainer">     //日历控件容器
</div>
   
</div>    



涉及到的js文件:
1.Calendar.js      地址 :http://bj.tourex.net.cn/js/Calendar.js
2.jquery.js(这个要打开看看,里面的内容并不是jQuery) 地址:http://bj.tourex.net.cn/sys/js/jquery.js
3.jquery.validate.check.js 地址:http://bj.tourex.net.cn/sys/js/jquery.validate.check.js
4.line.js(日历月显示调用函数就在这个里面)    地址:http://bj.tourex.net.cn/js/line.js
5.myfocus-2.0.4.min.js 地址:http://bj.tourex.net.cn/js/plugin/myfocus-2.0.4.min.js



核心的调用代码如下(该函数可能还需要和另外的js配合使用。):
CreateCalendar(c, y, m, a, b,d, f,fu)   
参数说明:  c:容器,
                    y:年,
                    m:月,
                    a:出发时间XML,
                    b:参团人群,
                    d:是否天天发团,
                    f:是否显示双日历,
                    fu:回调

使用例子:
1. CalendarPage('calendarcontainer',2014,4); //显示4、5月份日历
2.CalendarPage('calendarcontainer',2014,2); //显示2、3月份日历
记得para对象不要修改名称和属性

资源截图

代码片段和文件信息

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-04-24 09:02  calendar\
     文件        1266  2015-04-21 21:28  calendar\123.html
     目录           0  2015-04-24 09:02  calendar\css\
     文件        7041  2015-04-24 00:44  calendar\css\calendar.css
     目录           0  2015-04-24 09:03  calendar\images\
     文件        4591  2014-02-18 23:33  calendar\images\calendarbg.gif
     文件       12545  2015-04-10 17:36  calendar\images\status.gif
     目录           0  2015-04-24 09:02  calendar\js\
     文件        8425  2014-02-19 00:52  calendar\js\Calendar.js
     文件        5705  2015-04-23 00:46  calendar\js\fun.js
     文件       93104  2014-02-18 22:36  calendar\js\jquery.js
     文件        1114  2015-04-21 21:31  calendar\readme.txt

评论

共有 条评论