first commit
This commit is contained in:
5
wp-content/themes/hello-elementor/assets/js/custom.js
Normal file
5
wp-content/themes/hello-elementor/assets/js/custom.js
Normal file
@@ -0,0 +1,5 @@
|
||||
jQuery(document).ready(function ($) {
|
||||
$(window).on('scroll', function () {
|
||||
$('header').toggleClass('fixed-header', $(this).scrollTop() > 0);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user