$(document).ready(function(){ $("#Btn").click(function(){ $("#aqui").html("algo"); return false; }); });