$(document).ready(function() { $("#elemento").click(function(event) { $(this).append("Has hecho clic!"); }); });