[jQuery] Re: $.getScript in Firefox 3

2008-10-08 Thread robert_shipley
Anyone got any further ideas on this one? Rob

[jQuery] Re: $.getScript in Firefox 3

2008-09-16 Thread Mark T
Actually, scratch that - it seems to be working now. I'd still appreciate a comment from a jQuery guru on the original problem I've worked around here! Mark.

[jQuery] Re: $.getScript in Firefox 3

2008-09-16 Thread Mark T
Hmm, actually I think I'm still getting the problem, it's just being quiet about it now :( On Sep 16, 3:00 pm, Mark T <[EMAIL PROTECTED]> wrote: > Ok, my temporary fix has been to alter the following block of code > from line 2656 in jquery 1.2.6: > >                 // If we're requesting a remo

[jQuery] Re: $.getScript in Firefox 3

2008-09-16 Thread Mark T
Ok, my temporary fix has been to alter the following block of code from line 2656 in jquery 1.2.6: // If we're requesting a remote document // and trying to load JSON or Script with a GET if ( s.dataType == "script" && type == "GET"){

[jQuery] Re: $.getScript in Firefox 3

2008-09-16 Thread Mark T
I'm getting even more convinced that this is an issue with FF3 & jQuery. Interestingly, it only affects local JS files, which are inserted as text into the head of the document between script tags. Remote files, which are loaded using

[jQuery] Re: $.getScript in Firefox 3

2008-07-04 Thread robert_shipley
Any one got any ideas?? On Jun 25, 10:12 am, robert_shipley <[EMAIL PROTECTED]> wrote: > I've been developing a website and we usegetScriptto load all of our > javascript files (other than jQuery) so the header of the page is > shorter. We have a mechanism in place which allows functions to be >