JQuery: effect

$(document).ready(function(){
    $('div').click(function(){
        $(this).effect('explode');   //散开
        $(this).effect('bounce', {times:3}, 500); //抖三下
        $(this).effect('slide');    //划过
    });
});

 

posted @ 2014-01-29 12:52  FansZone  阅读(193)  评论(0编辑  收藏  举报