🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

jquery.slimer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery.slimer

Slider with timer and bar

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

jquery.slimer.js

Simple slider with timer and progress bar.

https://github.com/biko2/jquery-slimer

Demo

See the jquery.slimer.js demo.

Install

jQuery is required, so include it first. Download jquery.slimer.js and include the script in your HTML file:

<script src="jquery.slimer.js" type="text/javascript"></script>

You can also install using the package managers Bower

bower install jquery-slimer

Usage

$(function() {
	$('.item').slimer(options);
});

Where options is an optional parameter.
See below for a description of the available options and defaults.

Options

The default options are:

{
  time: 10000,
  classBar: '.js-progress-bar',
  classWrapper: '.js-slider-wrap',
  classHidden: 'hidden',
  classLeft: '.js-slider-left',
  classRight: '.js-slider-right'
}

POWERED by BIKO2

Twitter: @biko2

Keywords

slider

FAQs

Package last updated on 12 Jul 2017

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