I'm new to javascript and ajax and after several hours of fruitless googling I have a problem.
I'm trying to create a form with an option list pulled from a database, but also has a text box so that if the option the person is looking for isn't in the list they can add it and then it will refresh the list with the new option without refreshing the page.
I'm trying to create a form with an option list pulled from a database, but also has a text box so that if the option the person is looking for isn't in the list they can add it and then it will refresh the list with the new option without refreshing the page.