Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. jQuery(function() {
  2. UIkit.scroll.options.defaults.offset = 90;
  3. jQuery('.uk-nav a').each(function() {
  4. if (location.hostname == this.hostname && location.pathname == this.pathname && this.href != '#') {
  5. UIkit.scroll(this);
  6. UIkit.util.on(this, 'beforescroll', function() {
  7. UIkit.modal('.uk-offcanvas-bar').hide();
  8. });
  9. }
  10. });
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement