2020
Selectize.js
by srcmaxSelectize is the hybrid of a textbox and select box. It's jQuery-based and it's useful for tagging, contact lists, country selectors, and so on.
2015
Select2 - The jQuery replacement for select boxes
by srcmaxSelect2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options.
2010
2009
2008
2007
Combo Boxes
by camel & 2 others (via)The combo box can use any type of Ext.data.Store as it's data source. This means your data can be XML, JSON, arrays or any other supported format. It can be loaded using Ajax, script tags or be local. This combo uses local data from a JS array.
2005
<select> Something New Part 1
by fastclemmy & 12 othersWe all know the <select> is just plain ugly. In fact, many try to limit its use to avoid its classic web circa 1994 inset borders. We should not avoid using the <select> though—it is an important part of the current form toolset; we should embrace it. That said, some creative thinking can improve it.
1
(8 marks)