I\'ve got a select list like this:
--- Select product ---
to append the child below the list of option using java script.
`var option = document.createElement("option"); option.text = "All Users"; option.value = "all_user"; var select = document.getElementById("log_user_type"); select.appendChild(option);`