This is a migrated thread and some comments may be shown as answers.

[Solved] Dynamic javascript URL in window

0 Answers 21 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Chris
Top achievements
Rank 1
Chris asked on 22 Feb 2012, 06:43 AM
Hi All,

I'm loading a full page into a modal window via ajax. The page contains a form. Also with the form are several javascript calls, like:
<script src="/Scripts/jquery.validate.min.js" type="text/javascript"></script>
However, if I run firebug and trace all the page calls from the window all the javascript URLs are dynamic, I assume to prevent caching. http://localhost:51551/Scripts/jquery.validate.min.js?_=1329888890616 This seems to be done from inside the telerik code but I've been unsuccessful in locating where. Since these are my javascript files I don't see why they need to be made dynamic. The slow loading of these files on every popup seems sort of silly since they almost never change and should be cached. Anyone see this before? Any ideas on how I can disable the behavior? [EDIT] I'm using open source 2012.1.214.340
Tags
Window
Asked by
Chris
Top achievements
Rank 1
Share this question
or