itKiwi
03-17-2006, 10:57 PM
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
Experimenting with the above script, I find that changes I make to the external file I am loading into my page, are not being seen. It seems that the function is “remembering” not only my CSS file, but also the external page. My javascript ability is not so good, so I am asking if my external files are also being “remembered”, similarly to that noted in the extract below.
“Also, this function (loadobjs) will remember when a CSS or JS file has already been loaded and applied to the page, and won't load the same file again even if the link that invokes it is clicked on multiple times. This is for sake of efficiency.”
I also have some corrections to make with my CSS, which becomes very time consuming, because of this caching. What's the best way to temporarily disable it ?
Thanks
Alan
Experimenting with the above script, I find that changes I make to the external file I am loading into my page, are not being seen. It seems that the function is “remembering” not only my CSS file, but also the external page. My javascript ability is not so good, so I am asking if my external files are also being “remembered”, similarly to that noted in the extract below.
“Also, this function (loadobjs) will remember when a CSS or JS file has already been loaded and applied to the page, and won't load the same file again even if the link that invokes it is clicked on multiple times. This is for sake of efficiency.”
I also have some corrections to make with my CSS, which becomes very time consuming, because of this caching. What's the best way to temporarily disable it ?
Thanks
Alan