In jquery 1.4 and 1.3, loading just the framework definition causes an error, why?
        Posted  
        
            by codeninja
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by codeninja
        
        
        
        Published on 2010-03-11T19:20:31Z
        Indexed on 
            2010/03/11
            19:24 UTC
        
        
        Read the original article
        Hit count: 314
        
jQuery
|exceptions
Whenever I load ONLY the 1.3 or 1.4 library on an html page im developing on my desktop I get an error that says "setting a property that only has a getter"
I dont have any additonal code, this is coming straight from the jquery.min.js file
I also get a bazillion warnings in Firebug.
Can someone help me resolve this issue?
I can't determine why this is happening
© Stack Overflow or respective owner