$(document).ready(function(){ var today = new Date(), todayM = today.getMonth() + 1, todayD = today.getDate(), thisM = $('#thisMonth').text(); if(thisM == todayM){ $('.calendar-table td').each(function(){ var thisD = $(this).find('em'), thisDcnt = thisD.text(); if(thisDcnt == todayD){ thisD.parents('td').addClass('today'); } }) } })
#wrapper{ overflow-x: hidden; position: relative; } /* cursor */ #cursor{ position: absolute; z-index: 10000; pointer-events: none; } #cursor:after{ display: block; content: ''; position: absolute; width: 30px; height: 30px; border-radius: 50%; background-color: #f00; filter: drop-shadow(0 0 2px rgba(255,0,0,0.7)) drop-shadow(0 0 5px rgba(255,0,0,0.7)) drop-shadow(0 0 15px rgba(255,0,0,0.7)); -w..
Hover.css https://ianlunn.github.io/Hover/ Hover.css - A collection of CSS3 powered hover effects ianlunn.github.io Animate.css https://animate.style/ Animate.css | A cross-browser library of CSS animations. Animate.css is a library of ready-to-use, cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and attention-guiding hints. animate.style Animis..