Does anyone know of a pulldown menu plugin in javascript?
First, before you say: Just use the
select
tag, that is not what I am looking for. I am looking for a plugin that forces the user to physically drag down a menu (similarly to the top bar of an android/ios5 device). And should the user release the menu before it's half way down, the menu should return to normal state.Second, I am aware I could write one using jQuery drag, and that is what I will end up doing if I don't find a plugin... just thought I would ask before writing
Thanks,