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

christatedavies/inputpicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://www.inputpicker.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

Languages

  • JavaScript 58.2%
  • PHP 38.1%
  • CSS 3.7%