Hi,
<script type="text/javascript">
$(document).ready(function(){
$("#changeText").click(function() {
$("#textBox").html("<div>text text</div>");
});
});
</script>
How make that if i push on #changeText twice or more, i get two (or more) text text