「jQuery」animate()でニメーションを実装するサンプル

サンプルコード

$('#cft').click(function(){
    $(this).animiate({
        left: "+=20px"  
    },1000)
})

 

Software

Posted by arkgame