Custom drop-down panel with jQuery

2019-02-24 09:39发布

I'm trying to find a jQuery solution for the following:

A generic drop-down control that:

  • Looks like a normal select box when collapsed.
  • Drops down a custom panel within which you can put anything

I'm not looking for a menu control, or a stylable select or list control. I need a control where the drop-down panel can house anything- not just a list of options.

1条回答
爷的心禁止访问
2楼-- · 2019-02-24 10:08

Here's a fiddle that can be used as a base to get you going http://jsfiddle.net/6zcRk/

EDIT: Now a plugin: jquery-easy-drop-down
(Yarin)

查看更多
登录 后发表回答