开发者

How can I implement a multi-line drop down select list with jQuery

开发者 https://www.devze.com 2023-03-04 00:48 出处:网络
I have a select list where some items in the list of choices are multi-line. I heard that there are some jQuery plugins that can help me out. If there\'s anyone out there with开发者_StackOverflow社区

I have a select list where some items in the list of choices are multi-line. I heard that there are some jQuery plugins that can help me out. If there's anyone out there with开发者_StackOverflow社区 some experience of these I'd much appreciate some suggestions.

thanks,


I would create a simulation of a dropdown box using jQuery, instead of actually using a <select/> element. This is done all the time for Dropdown's in web navigation menus, so doing something similar in this instance would solve your issue.

Here are some references to get you started:

  • Drop Down on Link Hover (see Demo #1)
  • 38 jQuery Dropdown Menus
0

精彩评论

暂无评论...
验证码 换一张
取 消