Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.49 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.49 KB

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