$.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 效果爆炸的结果打开。我的英语不好。对不起