0
$.ajax({
    type    : 'GET',
    dataType: 'html',
    url     : 'data.php',
    data    : dataString,
    success : function(callback){           
        $('.opendiv').html(callback);
        $('.opendiv').explode(callback); // ???


    },
    error   : function(error){
        alert(error);
    }           
}); 

Ajax ui効果の爆発の結果で開きたいです。私の英語は上手ではありません。

4

1 に答える 1