1

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,

Tomas Reimers
  • 3,234
  • 4
  • 24
  • 37

1 Answers1

3

So... nothing...

Good to know! Here is my code: http://jsfiddle.net/JXeWA/46/

Tomas Reimers
  • 3,234
  • 4
  • 24
  • 37