jQuery Address plugin: I want to manage the tracking on my own
        Posted  
        
            by bfred.it
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bfred.it
        
        
        
        Published on 2010-05-06T20:34:14Z
        Indexed on 
            2010/05/06
            20:38 UTC
        
        
        Read the original article
        Hit count: 239
        
I'm using the great (IMHO) jQuery Address plugin but it's been driving me insane since I didn't know that it automatically tracked the pages on Google Analytics. How do I keep it from doing it?
I tried this but apparently it's never called.
$.address.tracker(function(){console.log("hello")})
I guess I could somehow overwrite the function in the plugin but I hope there's a better way...
© Stack Overflow or respective owner