Save
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
jQuery(document).ready(function ($) {
|
|
||||||
$(window).on('scroll', function () {
|
|
||||||
$('#header-box').toggleClass('box-fixed', $(this).scrollTop() > 0);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
jQuery(document).ready(function ($) {
|
||||||
|
$(window).on('scroll', function () {
|
||||||
|
$('#header-box').toggleClass('box-fixed', $(this).scrollTop() > 0);
|
||||||
|
});
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user