900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > 修改js Calendar日历控件 兼容IE9/谷歌/火狐【javascript】

修改js Calendar日历控件 兼容IE9/谷歌/火狐【javascript】

时间:2021-10-02 17:10:17

相关推荐

修改js Calendar日历控件 兼容IE9/谷歌/火狐【javascript】

web前端|js教程

calendar控件,日历控件

web前端-js教程

修改Calendar日历控件 兼容IE9,谷歌,火狐。

只是能用,出现的位置有所不同,希望有高手再帮我改改吧,谢谢

A、

雷铭cms 源码下载,ubuntu中重启命令,python爬虫代码for,fytx php,无言网seolzw

this.iframe = window.frames("meizzCalendarIframe");

修改为

微信视频发布网站源码,Ubuntu如果按照jdk,tomcat8 启动参数,商品采集爬虫,php 网站框架,昌邑抖音seo优化如何免费推广lzw

this.iframe = window.frames["meizzCalendarIframe"];

B、

富贵电玩2源码,vscode是那一年发布,ubuntu美化网站,tomcat连接池和,爬虫图片工具,php 简单订单系统,新手如何学习seo 留痕外推lzw

var a = (arguments.length==0) ? WebCalendar.day[this.id.substr(8)].split("/") : arguments[0].split("/");

修改为

var a = WebCalendar.day[this.id.substr(8)].split("/");

C、

function dayMouseOver()

{

this.className = "over";

this.style.backgroundColor = WebCalendar.darkColor;

if(WebCalendar.day[this.id.substr(8)].split("/")[1] == WebCalendar.thisMonth)

this.style.color = WebCalendar.lightColor;

}

function dayMouseOut()

{

this.className = "out"; var d = WebCalendar.day[this.id.substr(8)], a = d.split("/");

this.style.removeattribute("backgroundColor");

if(a[1] == WebCalendar.thisMonth && d != WebCalendar.today)

{

if(WebCalendar.dateStyle && a[0] == parseInt(WebCalendar.dateStyle[4], 10))

this.style.color = WebCalendar.lightColor;

this.style.color = WebCalendar.wordColor;

}

}

修改为

var bgbgbg;

function dayMouseOver()

{

this.className = "over";

bgbgbg=this.style.backgroundColor;

this.style.backgroundColor = WebCalendar.darkColor;

if(WebCalendar.day[this.id.substr(8)].split("/")[1] == WebCalendar.thisMonth)

this.style.color = WebCalendar.lightColor;

}

function dayMouseOut()

{

this.className = "out"; var d = WebCalendar.day[this.id.substr(8)], a = d.split("/");

this.style.backgroundColor = bgbgbg;

if(a[1] == WebCalendar.thisMonth && d != WebCalendar.today)

{

if(WebCalendar.dateStyle && a[0] == parseInt(WebCalendar.dateStyle[4], 10))

this.style.color = WebCalendar.lightColor;

this.style.color = WebCalendar.wordColor;

}

}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。