Skip to content

A jQuery input picker plugin. It supports showing multiple columns as a drop-down selection

License

Notifications You must be signed in to change notification settings

ukalpa/inputpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning: The repo is in maintenance mode now.

Reason: More and more projects are migrating their front-end framework to React, Vue or Angular, so I would not add new features in future but still would be able to solve issues till the end of 2019.

jQuery UI Inputpicker

This is a jQuery UI input picker plugin built to match with other official jQuery UI widgets. It would blend nicely multiple columns view with your form. The plugin is very easy to integrate in your form for your inputs.

I built this plugin because I could not find a suitable plugin to support multiple columns in drop-down selection perfectly that what I needed for my projects.

Core Features

  • Easy to use
  • Multiple fields
  • Filter input
  • JSON Remote url with pagination
  • Responsive design
  • Creatable input
  • Multiple values like tags
  • And so on...

How to use

  • Download src/jquery.inputpicker.js and src/jquery.inputpicker.css
  • Load them in your script
  • Use it
<link rel="stylesheet" href="./jquery.inputpicker.css" />
<script src="./jquery.inputpicker.js"></script>

<input id="test" value="Text 2" />
<script>
$('#test').inputpicker({
   data:[ "Text 1", "Text 2", "Text 3" ]
});
</script>

Demo and Document

http://inputpicker.ukalpa.com

License

The plugin is licensed under the MIT licenses. © 2017

Author

Ukalpa http://www.ukalpa.com

About

A jQuery input picker plugin. It supports showing multiple columns as a drop-down selection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published