10
09/2014
hexo run js
hexo markdown 没办法写 javascript,script 里面的 引号 会被转义,html 里面的 引号不会。所以只好用这个土办法!
镜子啊,镜子,谁是这个世界上最NB的前端啊?
<img src="/pics/shim.gif" onload="var t=document.getElementById('jsCode2Run').innerText||document.getElementById('jsCode2Run').textContent;eval(t)" /> <div id="jsCode2Run" style="display:none;"> jQuery(function($){ /////// var article=$('#jsCode2Run').parents('article'); article.css({"transform": "scale(-1, 1)"}) article.mouseenter(function(){ $(this).css({"transform": "scale(1, 1)"}) }).mouseleave(function(){ $(this).css({"transform": "scale(-1, 1)"}) }); ////// }) </div>