ãã¦ã¹ã§ããã¼ãããç»åãå ¥ãæ¿ãã
ãªãã ãé¢ç½ããµã¼ãã¹ãè¦ã¤ãã
https://zk-phi.github.io/MEGAMOJI/
éæ¢ç»åãåç»GIFã«ã§ããã£ã¦ç¥ã£ãããããã¼ã§å
¥ãæ¿ããããï¼
html
<div id="hop_hoge"><img src="img/hoge.png"></div>
JavaScript
/* ç»åã®å ¥ãæ¿ã */ $(function(){ $("#hop_hoge > img").hover(function(){ $(this).attr("src","img/dance.gif"); },function(){ $(this).attr("src","img/hoge.png"); }); });