JQuery: effect

$(document).ready(function(){
    $('div').click(function(){
        $(this).effect('explode');   //散開
        $(this).effect('bounce', {times:3}, 500); //抖三下
        $(this).effect('slide');    //劃過
    });
});
相關文章
相關標籤/搜索