New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jquery-simple-menu

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-simple-menu

Quickly building a menu of the site

latest
Source
npmnpm
Version
0.6.3
Version published
Maintainers
1
Created
Source

JQuery Simple Menu Plugin

Simple Menu Plugin is a utility for quickly building a menu of the site

$('.simple-menu').simpleMenu({
  stickyMenu: true,
  slidingLine: true
})

jqueryscript.net's guide

Install

NPM

npm install jquery-simple-menu

YARN

yarn add jquery-simple-menu

Webpack

CommandOptions
startwebpack-dev-server --env development
buildwebpack --env production
servstatic build

Webpack's examples

npm run start
npm run build
npm run serv
yarn run start
yarn run build
yarn run serv

Examples

Alt Text

jquery-simple-menu example

Settings

OptionTypeDefaultDescription
menuSpeedAnimateint600speed animation of the menu
pageNavigationSpeedAnimateint1500speed animation of the page's navigation
btnClassMenustring'btn-menu'css class of the menu's button
stickyMenubooleanfalseuse / don't use sticky menu
stickyMenuClassNamestring'fixed'css class of the sticky menu
slidingLinebooleanfalseuse / don't use sliding line
slidingLineClassNamestring'sliding-line'css class of the sliding line
slidingLineClassNameActivestring'active'css class of the active sliding line
slidingLineColorstring'#ffffff'color of the sliding line
slidingLineHeightstring'3px'height of the sliding line
slidingLineSpeedAnimateint200speed animation of the sliding line
winMobWidthint500width of the Mobile window
trackedClassNamestring'tracked'css class of the waypoint tracked

Browser Support

  • Chrome
  • Firefox
  • Opera
  • Safari
  • IE

Framework Support

  • JQuery 1.8+
  • Waypoints 4.0+

Dependencies

sliding line is implemented using waypoints

TODO

  • with gulp
  • with eslint
  • add Framework Support
  • add Browser Support
  • with webpack
  • no waypoints version
  • no framework version

Contact me

CHANGELOG

LICENSE

Copyright (c) 2017 Monastyrev Ivan ikloster@yandex.ru. Licensed under the MIT license.

Keywords

menu

FAQs

Package last updated on 22 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts