Answers for "add new items in a select input using js"

0

add new items in a select input using js

$("#mySelect").append('<option value=1>My option</option>');
Posted by: Guest on May-04-2020

Code answers related to "add new items in a select input using js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language