I have form with Name and Age input field in my html page. I insert the name and age and save the form using local storage.
Next I have a dropdown list and a input field and a display button.
I want to pre-populate the dropdown list will all names I have saved earlier.
I use this JavaScript code to build a drop-down on page load using jquery.
The ID of the dropdown input is 'sbc'