javascript - What are the js files needed to use the materialize select? -
i calling these files:
'./public/js/vendor/jquery.easing.1.3.js', './public/js/vendor/global.js', './public/js/vendor/dropdown.js', './public/js/vendor/forms.js',
but think missing, because click not working when this:
$('#mappgingpipeline .select').find('option[value="'+isactive+'"]').prop('selected', true); $('#mappgingpipeline .select').material_select();
Comments
Post a Comment