Problem with jQuery in Internet Explorer 8
        Posted  
        
            by Tim Cosgriff
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tim Cosgriff
        
        
        
        Published on 2009-05-18T18:32:23Z
        Indexed on 
            2010/05/04
            16:38 UTC
        
        
        Read the original article
        Hit count: 535
        
I am trying to get my jQuery functions to work on IE8. I am loading the library from google's servers (http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js). The $(function(){}) is never called. Instead, I get an error "Object expected". I opened the developer and ran "typeof $" in the console, and it came up as "undefined". I have tried going to other sites that I know use jQuery (jquery.com), and those all work, is there something I might be missing here?
© Stack Overflow or respective owner