Socket
Socket
Sign inDemoInstall

rangeslider.js

Package Overview
Dependencies
1
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rangeslider.js

Simple, small and fast JavaScript/jQuery polyfill for the HTML5 slider element


Version published
Maintainers
1
Created

Readme

Source

rangeslider.js

Built with Grunt rangeslider.js Build Status Gitter

Simple, small and fast JavaScript/jQuery polyfill for the HTML5 <input type="range"> slider element.

Check out the examples.

  • Touchscreen friendly
  • Recalculates onresize so suitable for use within responsive designs
  • Small and fast
  • Supports all major browsers including IE8+

Install

Install with Bower: bower install --save rangeslider.js

Install with npm: npm install --save rangeslider.js

Usage

// Initialize a new plugin instance for all
// e.g. $('input[type="range"]') elements.

$('input[type="range"]').rangeslider();

For more information check out the website's section. For support visit the gitter room.

License

MIT © André Ruffert

Keywords

FAQs

Last updated on 08 Jan 2016

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc