Add function destroy
Opened this issue · 0 comments
projct1 commented
Need to add function destroy, e.g.:
var spy = $('.spy').scrollspy({
offset: -150
});
if ($(window).width() < 768) {
spy.destroy();
}
Opened this issue · 0 comments
Need to add function destroy, e.g.:
var spy = $('.spy').scrollspy({
offset: -150
});
if ($(window).width() < 768) {
spy.destroy();
}