Code Monkey home page Code Monkey logo

jslider's Introduction

jQuery Touch Slider plugin

jQuery Slider is easy to use and multifunctional jQuery plugin. Note: As of v2.0.0 this library has a dependency of Hammer.js

Improvements

  • Ported to Typescript for better codestyle, and improved inheritance.
  • Added grunt task runner for improved and easier build process.

Build process

You need to have grunt installed to do a manual build of this repo. When grunt is installed and available in the project directory you only need to run grunt build which then will spit out four .js files under dist:

  • jquery.slider-bundled.js
  • jquery.slider-bundled.min.js
  • jquery.slider-standalone.js
  • jquery.slider-standalone.min.js

Tips & Tricks

Since the original implementation has been improved to properly support touch screens, Hammer.js was the library of choise to do this. While doing tests on this on Windows 8.1 machines and tablets it has been suggested that adding

.slider {
          -ms-touch-action: none;
      }

to your stylesheet is necessary to prevent IE from navigating back or forth in history when interacting with touch enabled elements on your project.

License

MIT License

jslider's People

Contributors

abdavid avatar egorkhmelev avatar mitchellrj avatar romka-chev avatar wolfert avatar ian-ross avatar claudio5678 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.