Lotus Select


Lotus select is a nice replacement for the html select. It adds some small benefits over the select element.

  • One thing that I always hated with select was the space. It always takes longest element space on the document. With this new select plugin the space is restricted to the option item that is displayed.
  • We have lot of options to change the settings.
  • User can search through the list of options.
                        
    $('#cars').lotusSelect();
                        
                    

Demo


Where can I find the code ?


On Github - Lotus Select