Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Making use of selectize.js for rich user experience

    • 0
    • 1
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 808
    Comment on it

    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)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: