stickUp a jQuery Plugin for sticky navigation menus.

Related tags

Menu stickUp
Overview

stickUp

a jQuery plugin

A simple plugin that "sticks" an element to the top of the browser window while scrolling past it, always keeping it in view. This plugin works on multi-page sites, but has additional features for one-pager layouts.

Please Visit the GitHub Page for installation instructions.

Comments
  • deactivate on mobile devices

    deactivate on mobile devices

    Hello,

    First, thank you for this plugin.

    I'd like to not display it on mobile as it crashes my site. Could you tell me what code lines to add please?

    Thanks a lot

    Florian

    Sorry, the problem came from somewhere else!

    opened by lyudrummer 0
  • A cool refactor

    A cool refactor

    Hi buddy!

    • I did a refactor to avoid duplicated code.
    • I fixed some missing global variables,
    • I added gulp to do the minifocation (It's the default task) gulp

    Hope this changes are good for you :+1:

    Thanks!

    opened by bit-dragon 0
  • fix Issue #52

    fix Issue #52

    My jQuery version is 1.8. I find that if div.stuckMenu next element is empty,currentMarginT is NaN

     currentMarginT = parseInt($(this).closest('div').css('margin-top')) // line 64
    

    it causes a problem that code does not work in line 100 ~ 103,

    $('.stuckMenu').next().closest('div').css({
        'margin-top': stickyHeight + stickyMarginB + currentMarginT + 'px'
    }, 10);
    
    opened by wweggplant 0
  •  if `div.stuckMenu` next element is empty,`currentMarginT` is `NaN`

    if `div.stuckMenu` next element is empty,`currentMarginT` is `NaN`

    My jQuery version is 1.8. I find that if div.stuckMenu next element is empty,currentMarginT is NaN

     currentMarginT = parseInt($(this).closest('div').css('margin-top')) // line 64
    

    it causes a problem that code does not work in line 100 ~ 103,

    $('.stuckMenu').next().closest('div').css({
        'margin-top': stickyHeight + stickyMarginB + currentMarginT + 'px'
    }, 10);
    
    opened by wweggplant 0
  • Now the hashes update on scroll

    Now the hashes update on scroll

    Now the hashes update on scroll in addition to clicking the menu items.

    Tested on Chrome 47.0.2526.111 & Firefox 43.0.4 with OS X 10.11.1

    Note: Chrome CORS policy requires the file to be viewed through a web server before allowing URL modification in this way. I tested chrome by running python -m SimpleHTTPServer in the ./examples directory.

    opened by eadsjr 0
Owner
null
Slidebars is a jQuery Framework for Off-Canvas Menus and Sidebars into your website or web app.

Slidebars Slidebars is a jQuery Framework for Off-Canvas Menus and Sidebars into your website or web app. Version 2.0 is a complete rewrite which feat

Adam Smith 1.5k Jan 2, 2023
The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.

mmenu.js The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp. It is very customiz

Fred Heusschen 2.6k Dec 27, 2022
The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.

mmenu.js The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp. It is very customiz

Fred Heusschen 2.6k Dec 27, 2022
A touch slideout navigation menu for your mobile web apps.

Slideout.js A touch slideout navigation menu for your mobile web apps. Features Dependency-free. Simple markup. Native scrolling. Easy customization.

Mango 8k Jan 3, 2023
jQuery plugin to fire events when user's cursor aims at particular dropdown menu items. For making responsive mega dropdowns like Amazon's.

jQuery-menu-aim menu-aim is a jQuery plugin for dropdown menus that can differentiate between a user trying hover over a dropdown item vs trying to na

Ben Kamens 7.7k Dec 30, 2022
jQuery contextMenu plugin & polyfill

jQuery contextMenu plugin & polyfill $.contextMenu is a management facility for - you guessed it - context menus. It was designed for an application w

SWIS 2.2k Dec 29, 2022
A jQuery plugin that creates a paneled-style menu (like the type seen in the mobile versions of Facebook and Google, as well as in many native iPhone applications).

#jPanelMenu ###Version 1.4.1 jPanelMenu is a jQuery plugin for easily creating and managing off-canvas content. Check out the demo (and documentation)

Anthony Colangelo 927 Dec 14, 2022
MultiLevelPushMenu jQuery Plugin implementation

Multi-level-push-menu by Momcilo Dzunic This jQuery plugin is inspired by Codrops MultiLevelPushMenu but unlike it not relaying on CSS 3D Transforms a

Momcilo Dzunic 808 Dec 21, 2022
null 136 Dec 30, 2022
Navigation-Menu-Javascript - A simple Navbar navigation using vanilla javascript, to change links to the active link when clicked.

Navigation-Menu-Javascript A simple Navbar navigation using vanilla javascript, to change links to the active link when clicked. Desktop view Mobile v

Ellis 2 Feb 16, 2021
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
jQuery Plugin for Sticky Objects

Sticky Sticky is a jQuery plugin that gives you the ability to make any element on your page always stay visible. Sticky in brief This is how it works

Anthony Garand 3.3k Dec 16, 2022
Customizable sticky notes for the web. jQuery plugin

Post It All! Customizable sticky notes for the web. jQuery Plugin The jQuery plugin for adding sticky notes in your webpage. http://postitall.txusko.c

Javi Filella 51 Apr 17, 2022
Superfish is a jQuery plugin that adds usability enhancements to existing multi-level drop-down menus.

jQuery Superfish Dropdown Menu Plugin Our favourite aquatic superhero returns from his sojourn across the galaxy infused with astonishing, hitherto un

Joel Birch 917 Dec 9, 2022
A simple jQuery extension to make any HTML element sticky on scroll.

jquery.sticky.js A simple jQuery extension to make any HTML element sticky on scroll. Installation Just download the script and include it in your HTM

Achal Jain 2 Aug 22, 2022
Slidebars is a jQuery Framework for Off-Canvas Menus and Sidebars into your website or web app.

Slidebars Slidebars is a jQuery Framework for Off-Canvas Menus and Sidebars into your website or web app. Version 2.0 is a complete rewrite which feat

Adam Smith 1.5k Jan 2, 2023
A jQuery plugin for a slider with adaptive colored figcaption and navigation.

Adaptive Slider jQuery Plugin A jQuery plugin for a slider with adaptive colored figcaption and navigation. This plugin will take a list of figure ele

null 53 Jan 3, 2023
jQuery plugin to show a tabs bar for navigation. The tabs can be defined once, and shared across multiple HTML pages.

jquery.simpletabs v1.2.3 The jquery.simpletabs plugin shows a tabs bar for navigation. The tabs can be defined once, and shared across multiple HTML p

Peter Thoeny 1 Feb 23, 2022