Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacopkane/jquery-slidingpicker
A little jQuery/css powered sliding picker. including demo of picking a day example
https://github.com/jacopkane/jquery-slidingpicker
Last synced: 8 days ago
JSON representation
A little jQuery/css powered sliding picker. including demo of picking a day example
- Host: GitHub
- URL: https://github.com/jacopkane/jquery-slidingpicker
- Owner: JacopKane
- License: mit
- Created: 2011-04-15T22:22:12.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T18:19:46.000Z (almost 10 years ago)
- Last Synced: 2024-12-19T19:29:50.467Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 4.55 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
jQuery SlidingPicker
====================**tested on jQuery 1.4.4**
It includes a demo for how to use it.
Example setup:
$(document).ready(function()
$("div.calendar_back").slidingPicker({
elements : {
front : "div.calendar_front_wrapper",
front_mask : "div.calendar_front_mask"
},
});
});For more info you can check the [blog post](http://www.furkantunali.com/common/created-a-jquery-slidingpicker-plugin/#POST "jQuery slidingPicker plugin") about this plugin.