不工作jQuery.get()

时间:2012-11-15 08:47:15

标签: jquery ajax get

$.get('./mods/webim_offline_email.php', {firstname: $('#webim_firstname').val(), email: $('#webim_email').val(), message: $('#webim_message').val()}, function (data){
    alert(1);
    $('#webim_offline_inputs').fadeOut(200);
    $('#webim_message_div').fadeOut(200);
    $('#webim_buttons').fadeOut(200);
    $('#webim_offline_sent').fadeIn(200);
}).success(function(){
    alert("second success");
}).error(function(){
    alert("error");
}).complete(function(){
    alert("complete");
});

请求* .php传递,函数内的所有内容都有效。在计算机上的朋友请求也通过,但是jQuery认为他没有通过,函数没有通过alert("error")。为什么呢?

1 个答案:

答案 0 :(得分:0)

问题已解决。抱歉。朋友有没有端口的链接,答案不是来自页面。