PgwSlider
The full documentation and an example are available on PgwJS.com/PgwSlider.
Installation
According to your system, select the preferred installation mode:
JavaScript
Download the plugin by cliking the button Download ZIP on the right.
To get the plugin updates, fork it on Github and regularly verify your plugin version.
Node / NPM
npm install pgwslider
Requirements
jQuery 1.0 or Zepto.js 1.0 (minimal version)
Contributing
All issues or pull requests must be submitted through GitHub.
- To report an issue or a feature request, please use GitHub Issues.
- To make a pull request, please create a new branch for each feature or issue.
ChangeLog
-
Version 2 (newest)
- 2014-09-21 - Minor fixes (Version 2.3)
- 2014-09-09 - Minor fixes (Version 2.2)
- 2014-09-07 - 4 new functionalities: "transitionEffect", "displayList", "displayControls" and "touchControls". View details on PgwJS.com (Version 2.1)
- 2014-09-04 - The version 2.0 has been released, it brings improvements and new functionalities:
- Refactoring HTML and CSS.
- Improved compatibility for IE8.
- 6 new functionalities: "listPosition", "selectionMode", "verticalCentering", "beforeSlide", "afterSlide" and "maxHeight".
-
Version 1 (deprecated)
- 2014-08-01 - Optimization of animation transition (Version 1.4)
- 2014-07-02 - Fixes for Zepto (Version 1.3)
- 2014-05-29 - CSS fixes (Version 1.2.2)
- 2014-05-09 - Slider API with 9 new functions. View details on PgwJS.com (Version 1.2)
- 2014-03-22 - Even simpler initialization and the "Data-title" parameter becomes "alt" (Version 1.1.1)
- 2014-03-21 - Cleaning code and adding new options (Version 1.1)