![JAR search and dependency download from the Maven repository](/logo.png)
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