I want to change materialize select box value by jquery.
I am using $(\'#myselect\').val(\'1\'); on onchange event of other select box but
$(\'#myselect\').val(\'1\');
onchange
$('#myselect').formSelect() ;
The new method is formSelect(), use this after you have updated the select.