1. 首页
  2. 新闻资讯
  3.  
  4. 建站经验
  5.  

jQuery特定日期全站变灰

发布时间:2021-03-06 18:12:03 来源:

在一些特殊的日子里,我们可能会用到这段代码。
 

<script>
$(document).ready(function() {
    var today = new Date();
    var todayMonth = today.getMonth() + 1;
    var todayDate = today.getDate();
function gray(){
 $('body').css({
     "-webkit-filter":"grayscale(100%)",
     "-moz-filter":"grayscale(100%)",
     "-ms-filter":"grayscale(100%)",
     "-o-filter":"grayscale(100%)",
     "filter":"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)",
     "_filter":"none"});
};
    if (todayMonth == 4 && todayDate == 4) {gray()}; // 4 月 4 日
    if (todayMonth == 6 && todayDate == 4) {gray()};
    if (todayMonth == 12 && todayDate == 13) {gray()}; // 12 月 13 日
})
</script>

新闻资讯

 

服务项目

 

联系我们

  • 咨询电话:15808823723
  • 地址:云南昆明市盘龙区席子营141号501室
  • 业务咨询:点击这里给我发消息
  • 技术服务:点击这里给我发消息
  • 售后邮箱:646105345@qq.com
  • 技术邮箱:zcl@dcnop.com

 

微信公众号

  • 客服:点击这里给客服发消息

    技术:点击这里给技术发消息

    客户服务热线

    15808823723

    在线客服