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


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo