前端开发者为什么很少用jQuery语法中load方法,下面web建站小编给大家详细介绍一下!
load方法缺陷介绍:
1、load方法会自动忽略掉head、body、script标签;
2、动态加载后会出现滚动条偏移的问题,解决方法:在load方法的回调函数里面加入$(document).scrollTop(0);
3、缓存问题,解决方法如下:
function load(targetId,templateName) { var nowDate = new Date(); var randomId = nowDate.getTime();//防缓存 $("#"+targetId).load(contextPath+templateName+"?"+randomId); }
上面是“jQuery语法中为什么很少有人用load方法”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3423.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!