Skip to content

Instantly share code, notes, and snippets.

@infoshahin
Created November 2, 2015 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save infoshahin/b9b718cc055f9450a9e2 to your computer and use it in GitHub Desktop.
Save infoshahin/b9b718cc055f9450a9e2 to your computer and use it in GitHub Desktop.
{!! HTML::script('js/jquery.min.js') !!}
<script type="text/javascript">
$(document).ready(function () {
$(".sidebar-panel nav li").removeClass("active");
$('#coa').addClass('active');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment