libjs-jquery-selectize.js 0.12.6+dfsg-1.1 source package in Ubuntu

Changelog

libjs-jquery-selectize.js (0.12.6+dfsg-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 01 Jan 2021 17:24:20 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjs-jquery-selectize.js_0.12.6+dfsg-1.1.dsc 2.2 KiB 9568210e0e39454d0a7921938d2f2e49703943a000015eeb10a22f6dd595e624
libjs-jquery-selectize.js_0.12.6+dfsg.orig.tar.gz 265.2 KiB 3e7ca00ed522f22a488da37b9083d9303667fdb60ea239661daef61c3b5a130d
libjs-jquery-selectize.js_0.12.6+dfsg-1.1.debian.tar.xz 5.8 KiB 4ae41dfe5671f9447c90c016116c98fbc2592ab718360bb1a58dc1e54ecb67ba

Available diffs

No changes file available.

Binary packages built by this source

libjs-jquery-selectize.js: Extensible jQuery-based custom select UI control

 Selectize is an extensible jQuery-based custom <select> UI
 control. It's useful for tagging, contact lists, country selectors,
 and so on. The goal is to provide a solid & usable experience with a
 clean and powerful API.
 .
 Features
 .
  * Smart Option Searching / Ranking
 .
    Options are efficiently scored and sorted on-the-fly (using
    libjs-sifter.js). Want to search an item's title *and*
    description? No problem.
 .
  * Caret between items
 .
    Order matters sometimes. Use the left and right arrow keys to move
    between selected items.
 .
  * Select and delete multiple items at once
 .
    Hold down the CTRL key to select more than one item to delete.
 .
  * Díåcritîçs supported
 .
    Great for international environments.
 .
  * Item creation
 .
    Allow users to create items on the fly (async saving is supported;
    the control locks until the callback is fired).
 .
  * Remote data loading
 .
    For when you have thousands of options and want them provided by
    the server as the user types.
 .
  * Clean API and code
 .
    Interface with it and make modifications easily.
 .
  * Extensible
 .
    Plugin API for developing custom features (uses
    libjs-microplugin.js).
 .
  * Touch Support