Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
568 views
in Technique[技术] by (71.8m points)

jquery - How to cache a downloaded javascript fle which is downloaded using script tag

I am developing a web application in which I need to download a library when the app is getting loaded. Hence I download it using the script tag Now I don;t want it to be downloaded each and every time when I load the app. I need this to be cached. I know that we can do it using jquery, $.ajax(url:..., cache: true).

But is there any way, whether we can cache it without using jquery.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You cannot enforce the cache in plain HTML, however, there are plenty of good solutions on our site, including a pure JS solution that uses plain JavaScript without jQuery.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...