happiness (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) happiness

jQuery

はてなブログで秒速でjQueryを使う方法

例 こんにちは 変化 $(function(){ $('#henge').on('click',function(){ let rand = Math.floor(Math.random() * 5) if (rand == 4) { $('#hello').text('うんち!') } else if (rand == 3) { $('#hello').text('こんにちは') } else { $('#hello').text('せ…