egmsystems/j-query-inputpicker

forked from ukalpa/inputpicker to add composer

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 18

Language:JavaScript

Type:project

dev-master 2022-06-01 02:21 UTC

This package is auto-updated.

Last update: 2025-05-29 01:38:12 UTC


README

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