i have an issue.
the code is this:
$("#button").click(function(event){
$("#threads").html("hi");
});
when i click the button, the text "hi" is just shown in 1 sec. then it disappear. i want it to always be shown after i have clicked. how can i do this?