empty a select input using js code example

Example: empty a select input using js

// Fast javascript function to clear all the options in an HTML select element
// Provide the id of the select element
// References to the old