Reputation: 49
I have a simple datepicker and I would like to give him a slide effect when I press the next/previous icon.
You can see an example here (click the date): http://www.tripadvisor.com/Hotels.
How can I do that?
Upvotes: 1
Views: 900
Reputation: 12378
check this out: http://jsfiddle.net/frictionless/Hxbew/
Just the datepicker might not give the exact feature you want out of the box. You might need to adjust the
to get the required feature.
Hope this helps
Upvotes: 1
Reputation: 3809
JqueryUI has a datepicker widget that might just do exactly what you want. It is super easy to set up too. Documentation at http://jqueryui.com/demos/datepicker/
Upvotes: 1