[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 script src=... and monitored using onload / onreadystate

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

[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] onClick prepend

2008-01-30 Thread Mark T
I am trying to make the on-click event of any element optional depending on what the user decides. The only functions I see out there append a function to the on-click event. I have played with the browser bubbling / catching stuff too. That worked in Firefox but not in IE 7. It seems I can't