[jQuery] Re: jQuery reloads all JS files on show()

2008-12-11 Thread pbergqvist
Wow. Truly sorry about the spam. This is my first post ever on google groups and I've posted this message a bunch of times without it showing on the page. Again, apologies. // Peter On Dec 11, 6:04 pm, pbergqvist <[EMAIL PROTECTED]> wrote: > Hi, > > I experience the exact sa

[jQuery] Re: jQuery reloads all JS files on show()

2008-12-11 Thread pbergqvist
(This message might cause a duplicate) Hi, I experience the exact same problem. I have a modal dialog window which content is loaded dynamically from a separate page. That page includes three additional scripts. These three scripts are never cached due to a timestamp added after the file name..

[jQuery] Re: jQuery reloads all JS files on show()

2008-12-11 Thread pbergqvist
Hi, I experience the same problem. I have a modal dialog window which content is loaded dynamically from a separate page. That page includes three additional scripts. These three scripts are never cached due to a timestamp added after the file name.. Sample jQuery code: $("div a.link").click( fu

[jQuery] Re: jQuery reloads all JS files on show()

2008-12-11 Thread pbergqvist
Hi, I experience the exact same problem. I have a modal dialog window which content is loaded dynamically from a separate page. That page includes three additional scripts. These three scripts are never cached due to a timestamp added after the file name.. Sample jQuery code: $("div a.link").cli

[jQuery] Re: jQuery reloads all JS files on show()

2008-12-11 Thread pbergqvist
I experience similar problems. I'm using a modal dialog window in which we load content from a separate page. In the html that gets loaded we include three additional js scripts. These three scripts are always retrieved without cache because of the timestamp that is added to the js-file. jQuery: