jQuery Address plugin: I want to manage the tracking on my own
- by bfred.it
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...