1
I’m using the library Bootstrap Multiselect:
$("select#final option[value='" + data[0].final + "']").prop('selected', true);
$('select#final').multiselect("refresh");
As the above code I want to select a certain option
of select
. Since it doesn’t work. If I copy the code and run on the console it works.
Check out the guide JS, CSS and HTML executable in the question or answer
– brasofilo