JS日期控件(兼容火狐)

时间:2015-07-12 07:44:12
【文件属性】:

文件名称:JS日期控件(兼容火狐)

文件大小:35KB

文件格式:JS

更新时间:2015-07-12 07:44:12

JS 日期控件 火狐

/** * 日历类 (调用方法查看最下方) * @version 3 * @author skey_chen 2009-12-01 10:20 * @email skey_chen@163.com */ //配置信息 var __WebCalendarConfig__ = { //当前js被引用的src目录地址 contentPath:"" + document.getElementsByTagName("script")[document.getElementsByTagName("script").length - 1].src.substring(0, document.getElementsByTagName("script")[document.getElementsByTagName("script").length - 1].src.lastIndexOf("/") + 1), //皮肤列表,其中name值为皮肤文件夹名称 skinList:[ {name:"default"},//必须存在default {name:"gray"}, {name:"lightGreen"} ] }; //加载所有皮肤 if(true) { var _headList = document.getElementsByTagName("head"); for(var i = 0; i < __WebCalendarConfig__.skinList.length; i++) { var fileUrl = __WebCalendarConfig__.contentPath + "skin/" + __WebCalendarConfig__.skinList[i].name + "/WebCalendar.css"; /* if(i == 0) {


网友评论

  • 兼容效果一般般,不太理想,没有太大需求的可以下载一看。
  • 一般般吧,兼容性不是太强。
  • 这个不好用 兼容不行
  • 已下,不太好用,找了个专门做日期控件的。
  • 火狐上背景没有,而且鼠标指针没变化
  • 在火狐上控件背景透明,不容易看清楚。