I have a div that should be shown only when the user clicks the show button
$(\"div.toshow\").show();
I have written in the body
You can use CSS display:
display
.toshow { display: none; }