According to http://api.jquery.com/jQuery.ajaxSetup/ it‘s use isn‘t recommended.
Try using $.ajax({cache: false}) instead.
标签:set 缓存 pos als jquer ext comm bsp ref
jquery load + div实现异步加载资源,出现重复js和css资源的重复加载,导致js失效或重复执行等问题:
调用load前执行语句: $.ajax({cache: false}) 关闭ajax缓存。
此方法已经过时 $.ajaxSetup ({ cache: false });
According to http://api.jquery.com/jQuery.ajaxSetup/ it‘s use isn‘t recommended.
Try using $.ajax({cache: false}) instead.
jquery load()重复加载,多次加载 js 和css问题的解决办法
标签:set 缓存 pos als jquer ext comm bsp ref
原文地址:http://www.cnblogs.com/mengyehongmanshan/p/6856730.html