A simple example for Expand and Collapse using jQuery events Show, Hide Copy the below code and try your self….. CSS <style type=”text/css”>         .controller {background:#0F0F1E; padding:10px 0; text-align:center}         .controller a {color:#fff; font-weight:bold; display:block; cursor:pointer}         .box {padding:10px; text-align:center; border:1px dashed #0F0F1E} </style> Java Script […]