Why does IE6 give an "expected Identifier error" when using jQuery $.fn
        Posted  
        
            by codeninja
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by codeninja
        
        
        
        Published on 2010-03-08T03:04:25Z
        Indexed on 
            2010/03/08
            3:09 UTC
        
        
        Read the original article
        Hit count: 645
        
I keep getting an expected identifier error at this line in my code =/
   $.fn.myPlugin = $.myPlugin;
any idea why this might be happening?
© Stack Overflow or respective owner