documentation.js 615 B

123456789101112
  1. /*=========================================================================================
  2. File Name: documentation.js
  3. Description: Theme documentation js file
  4. ----------------------------------------------------------------------------------------
  5. Item name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
  6. Author: PIXINVENT
  7. Author URL: http://www.themeforest.net/user/pixinvent
  8. ==========================================================================================*/
  9. $(document).ready(function(){
  10. $('body').scrollspy({ target: '#sidebar-page-navigation' });
  11. });