0.6.3 • Published 6 years ago

jquery-simple-menu v0.6.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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.

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.1

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago