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

www.js.fsb-custom.js Maven / Gradle / Ivy

Go to download

The static website reuse the description of the bug patterns to build a overview.

There is a newer version: 1.4.4
Show newest version
/** http://www.bootply.com/90936 */

$('#sidebar_lang').affix({
      offset: {
        top: 245
      }
});

var $body   = $(document.body);
var navHeight = $('.navbar').outerHeight(true) + 10;

$body.scrollspy({
	target: '#rightCol',
	offset: navHeight
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy