<script type="text/javascript">
jQuery(function(){
jQuery(".div-to-hide-by-default").hide();
jQuery("#btn-to-make-div-appear").click(function () {
jQuery(".div-to-hide-by-default").toggle("slow");
jQuery(".Other-similar-div-already-opened").hide("slow");
});
});
</script>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter