function trackClick(){ //steal users' privacy here return true; } $(document).ready(function(){ $('a').click = trackClick; });