javascript - How to insert multiple data in one textbox usingJjavaScript and MVC? -
i have inserted multiple values 1 textbox data not inserted table. how solve problem?
<input id="txtlocname" placeholder="location name" type="text class="form-control"> $('#txtlocname').selectize({ delimiter: ',',` persist: false, create: function (input) { return { value: input, text: input } } });
check correctly add dependencies of jquery plugin correctly @ 1 of examples in repository examples link has depended on jquery.js , selectize.js,index.js files , stylesheet.css files