我有以下代码(成功事件)与Android,Firefox和Chrome完美配合,但遗憾的是没有使用ios
$.ajax({
type: "POST",
url: "join.php",
data: dataString,
success: function() {
$('.success').fadeIn(200).show();
}
});