H_MZ 2019-05-02 11:53 采纳率: 0%
浏览 108

AJAX / JQUERY重新加载

I am using AJAX alongside PHP if the AJAX returns a success I want it to reload, but not the whole page, just the part of the page that I am on.

I have managed to get it so that if it returns a success, it posts a message and then does a page reload, but I do not want a full page reload.

if (data == 'success') {
    $('#error_notyfi_change_name').css("color", "green");
    $('#error_notyfi_change_name').text("You have created a new rank!");
    $('#confirm_question_change_name').hide();

    location.reload();
}

As you can see, this generates a full page reload, but lets say I am on the gangs page, I then click on create new rank section, it opens this up within my gangs page, which is within the total layout. I just want it to refresh the gangs section rather than the full page.

I apologize if I haven't explained myself clearly enough.

  • 写回答

1条回答

  • bug^君 2019-05-02 11:59
    关注
    if( data == 'success') {
       $('#error_notyfi_change_name').css("color","green");
       $('#error_notyfi_change_name').text("You have created a new rank!");    
       $('#confirm_question_change_name').hide();
           // location.reload();
       $(".divClass").load(location.href + " .divClass"); // reloads only the .divClass from the location.href URL.
    }
    
    评论

报告相同问题?

悬赏问题

  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题