This is the script I want to disable when the browser reaches the Bootstrap breakpoint of 768px width:
$(function() {
$.scrollify({
/*section: "section",*/
interstitialSection: "interstitialSection",
offset: 30,
});
});
Thanks in advance.