<!DOCTYPE html>type='text/javascript'src='http://code.jquery.com/jquery-1.4.2.js'type='text/javascript'$(window).load(function(){$('.clickable').click(function() {console.log('Hello');});$('a').click(function(event) {event.stopPropagation();});});class="clickable"some text... href=""Link 1 href=""Link 2some text...