All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.js.api.js Maven / Gradle / Ivy

The newest version!
$(document).ready(function() {
	scrollSpy();
	console.log("doin the scrollspy");
});

function scrollSpy() {
  $('body').scrollspy({
    target: '.bs-docs-sidebar',
    offset: 70
  });
  // $('#main').scrollspy('refresh');
  //    $('[data-spy="scroll"]').each(function () {
  //   var $spy = $(this).scrollspy('refresh')
  // });
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy