Ever needed something like tagging in your project if yes then we have the latest and most optimised jQuery based library which helps you in tagging, contact lists, country selectors, and so on.
The goal of this library is to provide with an easy to use user experience.
Jut download the needed JS library from the provided link and start playing with your textbox and selectbox and see how it changes the user interference :
https://github.com/brianreavis/selectize.js
('#input-tags').selectize({
delimiter: ',',
persist: false,
create: function(input) {
return {
value: input,
text: input
}
}
});
0 Comment(s)