🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A really simple jQuery plugin used for creating a mobile-friendly, space-saving side navigation that slides out from the top of the webpage with a fullscreen background overlay.

side-menu mobile-menu

Documentation

jquery-slide-plugin

Jquery plugin that slides the menu from top. The menu drops from behind the navbar.

Demo

Usage

include jquery (Any Version) 
include slide-from-top.js 

Initailise with following parameters

$(document).ready(function() {   $('.mobile-side-menu').slideFromTop({     menuBtn: $('.toggleMenu'),  // button that opens your menu     navbar: $('.navbar'),      // nav bar on the top of the menu     menuSpeed: 500,           // animation speed     bodyOverlay: $('.overlay') // a modal like overlay to throw on the body   }); });

You May Also Like