I have a html as sidebar, and use Bootstrap.
Bootstrap
Link 1
<script type="text/javascript"> $(document).ready(function(){ $('.nav li').click(function(){ $(this).addClass('active'); $(this).siblings().removeClass('active'); }); });