91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.97KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-28
  • 標簽: 登陸??Discuz??

資源簡介

userstatus.php 解決全站靜態化后 頂部登陸狀態不顯示問題


在footer.html 中 加入如下腳本即可


//load
jQuery(function () {

jQuery.ajax({
        url:'/userstatus.php',
        type:'GET',
        cache:false,
        success:function(msg)
        {
msg=msg.replace("returnUrl","returnUrl=" encodeURIComponent(location.href) "&xxreturnurl=");

if(jQuery("span[class='fright f14']"))jQuery("span[class='fright f14']").parent().html(msg);
        }
});

});



資源截圖

代碼片段和文件信息

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????12232??2014-10-14?11:40??footer.htm
?????文件?????????261??2014-10-14?09:26??userstatus.php

評論

共有 條評論