静止画のGIF画像をクリックした際にGIFアニメーション画像を簡単に読み込むサンプル

<img src="sample_play.gif"
 onclick="this.setAttribute('src', this.getAttribute('src').replace(/_play.gif/g, '.gif'));"
 style="cursor: pointer;">