I have a form from which I would like to copy some default values into the inputs. The form inputs are using the selectize.js plugin. I would like to set some of the form
A simplified answer:
$('#my_input').data('selectize').setValue("Option Value Here");