html select multiple selected values
function getSelectValues(select) {
var result = [];
var options = select && select.options;
var opt;
for (var i=0, iLen=options.length; i<iLen; i++) {
opt = options[i];
if (opt.selected) {
result.push(opt.value || opt.text);
}
}
return result;
}var values = $('#select-meal-type').val();
Also in JavaScript:
- react admin newrecords.foreach is not a function
- convert date time to string javascript
- jquery modify style attribute
- react context api
- unexpected template string expression no-template-curly-in-string react
- js filter items by index
- get user time using timezone javascript
- array sort by key javascript
- backgroundImage react
- comentário jsx
- jquery wordpress starter code
- Upload image via ajax (jquery)
- jquery document ready
- create a slider
- how to set json type jquery ajax
- how to get window size in react js
- create fooer on print page with jquery
- .fetch method
- post method javascript code
- javascript bind multiple arguments
- javascript combine objects
- download datepicker js
- vuejs use set to prevent duplicates
- string split last slash in js get previous results