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

2008-12-18 Thread Dave Methvin
If you are still seeing this problem, please reply with a test case: http://dev.jquery.com/ticket/3707

[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 same problem. I have a

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

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

2008-12-10 Thread ricardobeat
That shouldn't happen, and I couldn't reproduce it. Could you put a simple test page up? cheers, - ricardo On Dec 10, 8:09 am, mabu <[EMAIL PROTECTED]> wrote: > Hello out there! > > We're currently implementing jQuery into our community software to > increase usability and lifestyle (effects etc

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

2008-12-10 Thread Matthias Burtscher
Have found out that it also re-executes every java script code in this area? How can i switch that off, it's not what i want it to do!