[jQuery]AJAX

$.ajax({
                url: url,
                data: $('#form').serialize(),
                type: 'POST',
                success: function(response){
                    alert(response);
                }
});

留言

這個網誌中的熱門文章

名言-神劍闖江湖

[VPN] windows 7上用bat 自動連接PPTP VPN 並設定ROUTE

[php] 裁切圖片並縮小至指定大小