Hello i have 3 selectors , all selectors have some options with some values , how to sum all values of selected options ?
<
var sum = parseInt($('select[name="anch1"]').val()) +parseInt($('select[name="anch2"]').val()) +parseInt($('select[name="anch3"]').val() )
You can do this