jquery load的用法

$("#Load_Msg").html("<img src='erp/img/loading1.gif' width='200' height='13' />");
$("#Load_Msg").css("display","");
$("#Load_Msg").load("AddVendor.aspx",function(a,b,c){

  if(b=="error")

    $("#add_user").css("display","none");  

  $("#Load_Msg").html(a);

});

posted on 2014-03-07 18:02  淡定的无奈  阅读(191)  评论(0编辑  收藏  举报

导航