
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
jquery-simple-menu
Advanced tools
Simple Menu Plugin is a utility for quickly building a menu of the site
$('.simple-menu').simpleMenu({
stickyMenu: true,
slidingLine: true
})
npm install jquery-simple-menu
yarn add jquery-simple-menu
| Command | Options |
|---|---|
| start | webpack-dev-server --env development |
| build | webpack --env production |
| serv | static build |
npm run start
npm run build
npm run serv
yarn run start
yarn run build
yarn run serv

| Option | Type | Default | Description |
|---|---|---|---|
| menuSpeedAnimate | int | 600 | speed animation of the menu |
| pageNavigationSpeedAnimate | int | 1500 | speed animation of the page's navigation |
| btnClassMenu | string | 'btn-menu' | css class of the menu's button |
| stickyMenu | boolean | false | use / don't use sticky menu |
| stickyMenuClassName | string | 'fixed' | css class of the sticky menu |
| slidingLine | boolean | false | use / don't use sliding line |
| slidingLineClassName | string | 'sliding-line' | css class of the sliding line |
| slidingLineClassNameActive | string | 'active' | css class of the active sliding line |
| slidingLineColor | string | '#ffffff' | color of the sliding line |
| slidingLineHeight | string | '3px' | height of the sliding line |
| slidingLineSpeedAnimate | int | 200 | speed animation of the sliding line |
| winMobWidth | int | 500 | width of the Mobile window |
| trackedClassName | string | 'tracked' | css class of the waypoint tracked |
sliding line is implemented using waypoints
Copyright (c) 2017 Monastyrev Ivan ikloster@yandex.ru. Licensed under the MIT license.
FAQs
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.