1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: jquery-typeahead.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>
Build-Depends: debhelper-compat (= 13), uglifyjs, python3-pyscss
Standards-Version: 4.5.1
Homepage: https://github.com/running-coder/jquery-typeahead
Vcs-Git: https://salsa.debian.org/js-team/jquery-typeahead.js.git
Vcs-Browser: https://salsa.debian.org/js-team/jquery-typeahead.js
Rules-Requires-Root: no
Package: libjs-jquery-typeahead
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common, libjs-jquery
Multi-Arch: foreign
Description: Type-ahead autocompletion plugin for JQuery
The jQuery typeahead plugin provides autocomplete preview on search inputs
similar to google search with builtin options and deep customization. It is
a simple clientside library that will improve the user experience on your
website search input.
|