简体   繁体   中英

JavaScript file(jQuery steps) not loading in Google Chrome

I am using a jQuery plugin the file name is jquery.steps.js.

I include it in index.html unambiguously but Chrome will not load this script. It was somehow in the cache earlier which is why I never noticed this.

Can anyone suggest what the problem might be and how in the world I can get it to load.

Thanks in advance

Im not sure why you are getting that problem but you could solve it adding

'?whateverHere'

at the end of your src attribute of the script, that will enforce the script to be loaded again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM