<!-- javascripts -->
<script src="/js/jquery.js"></script>
<script src="/js/bootstrap.min.js"></script>
- <script src="/js/jquery.scrollTo.min.js"></script>
- <script src="/js/jquery.nicescroll.js" type="text/javascript"></script>
<!--custom script for all page-->
<script src="/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
//popovers\r
jQuery('.popovers').popover();\r
\r
- //custom scrollbar\r
- //for html\r
- jQuery("html").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '6', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: '', zindex: '1000'});\r
- //for sidebar\r
- jQuery("#sidebar").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '3', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: ''});\r
- // for scroll panel\r
- jQuery(".scroll-panel").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '3', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: ''});\r
-\r
//sidebar dropdown menu\r
jQuery('#sidebar .sub-menu > a').click(function () {\r
var last = jQuery('.sub-menu.open', jQuery('#sidebar'));\r