Some really well made jquery plugin today: jQRangeSlider: fully customizable UI slider elements to select a range of values. Nothing is hard coded, it integrates easily (although I had a little struggle integrating it in WordPress today – don’t ask why), it supports mousewheel actions and more.
Kudos to GHusse 🙂
By the way, if you’re working with the Javascript Date-object:
http://www.w3schools.com/jsref/jsref_obj_date.asp
Don’t confuse
getDay()
and
getDate()
as I did today because it was used wrongly in the documentation for JQDateRange, triggering a lenghty and useless debugging tract, and eventually the writing of this little note.