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
.toshow{ display:none; }
or
.toshow{ visibility:hidden; }