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:
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