Sha256: 75d0c48c829c34f5c5de4b43d9aee4d89ad092852ef0c66875ead391b631621c
Contents?: true
Size: 391 Bytes
Versions: 193
Compression:
Stored size: 391 Bytes
Contents
sfHover = function() { var sfEls = document.getElementById("suckerfish").getElementsByTagName("LI"); for (var i=0; i<sfEls.length; i++) { sfEls[i].onmouseover=function() { this.className+=" sfhover"; } sfEls[i].onmouseout=function() { this.className=this.className.replace(new RegExp(" sfhover\\b"), ""); } } } if (window.attachEvent) window.attachEvent("onload", sfHover);
Version data entries
193 entries across 97 versions & 2 rubygems