选择下拉替换
我有一个简单的下拉列表(html),看起来非常简单。这是一个国家/地区列表,我需要在 select 中添加国旗。有没有一个不错的 jquery 替代品?
像 http://www.oanda.com/currency/converter/ 之类的东西可以工作(检查出货币列表)。
谢谢。
i have a plain dropdown list (html ) that looks pretty simple. It is a list of countries and i need to add the flag inside the select . Is there a nice jquery replacement out there?
Something like http://www.oanda.com/currency/converter/ could work (check out the currency list).
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 jQuery 的 JavaScript 图像组合框。
Try the JavaScript image combobox which works with jQuery.
不确定这有多好,但 Janko Jovanovic 几年前发布了这个解决方案,它甚至包括标志: 使用 CSS 和 jQuery 重新发明下拉菜单
Not sure how well this works, but Janko Jovanovic posted this solution a couple years ago and it even includes the flags: Reinventing a Drop Down with CSS and jQuery