Hello i want to refresh this select without refreshing all page
<select name="number" id="number">
<option value="1">first</option>
<option value="2">second</option>
<option value="3">third</option>
</select>
I had reset it because I needed it to perform a few tasks but to update it as in the beginning, I have to update all my page but I just want to refresh the combobox itself without having to refresh the page. What code should I put ?