I think I am having an issue with terminology.
I have a situation where I have a database holding values in a table to be used in a select drop down in a web front end. Currently have a SQL Server database and using ColdFusion with JavaScript (mostly jQuery). To be honest I was surprised when I couldn't find a quick and easy jQuery solution to this.
I am looking for a way to offer an end user the ability to add to the list of values available in that drop down list.
Now I could manually build this, but I had the feeling that this is something that has been tackled before and sexier than I could write code must already exist. My searches however have been fruitless as I keep running into the very standard question of how to populate a front end select drop down with values from a table.
Can anyone point me towards a slick system of allowing an end user to update a list of values? Or if you know the terminology I need to be able to find this ability I'd be grateful.