Link to home
Start Free TrialLog in
Avatar of max7
max7

asked on

Solution for: "attempt to run compile-and-go script on a cleared scope"?

I'm peacefully running some js when I firebug tells me this:

attempt to run compile-and-go script on a cleared scope
https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Line 2

Before getting into detailed code, I want to know if anyone out there knows anything useful on how to solve this issue and what might cause it.  

Also check out comment 43 in this thread which appears to confirm that this is a bug in FF:

https://bugzilla.mozilla.org/show_bug.cgi?id=635548

if I'm right and this is a FF bug, is there a patch or fix for it?
Avatar of max7
max7

ASKER

.... on the other hand, if posting code will get the ball rolling by all means just let me know and I will do so.
ASKER CERTIFIED SOLUTION
Avatar of Member_2_248744
Member_2_248744
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of max7

ASKER

Hey Slick812!

Thanks very much for responding and what you've said is the best explanation I've heard so far.  

As you've suggested, I'm going to do some testing without firebug and in IE and see what I come up with.  Thanks again and I'll post my results when I'm finished.
Avatar of max7

ASKER

It appears you were correct about this being overload; it works in without issue when firebug is turned off.  I greatly appreciate your time and thanks again!
Avatar of max7

ASKER

Thanks very much.