I'm trying to mimic the functionality you see on a travel site for filtering flights, for example, by time.
My 'blocks' will have a set of start/end times and the user can use multiple sliders to show or hide those blocks based on time(s).
Making one slider work is easy. Making 2 (or possibly more) sliders works has proven to be a challenge. :)
For my example - say the blocks represented a school class.
I want to see classes that start between 7-9AM (1st slider) AND classes that start between 7-9PM (2nd slider). I may want to introduce a third slider that would filter by lunch time for example.
Hope that makes sense, and appreciate the help! I'm right in the middle of a deadline but hopefully I can get some time to look at this over the weekend again!
Jim