Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.