Ver original$('a').click(function(event){event.preventDefault();var url = $(this).attr('href');$('#contenido').load(url);});