(JS/JQuery) Changing default value/placeholder of custom dropdown?
问题 So, here's the HTML for a custom dropdown that doesn't use a select tag. The placeholder/default value for the dropdown is "Acura", which is the first element in the list (ul). I'm trying to see if I can change the placeholder/default value for the dropdown (to say, BMW for example) without changing the order of the list of the dropdown (the makes are in alphabetical order). <span id="builder-make-selection" class="pick"> <span class="label">Make:</span> <div class="custom-dd-wrapper builder