jquery-typeahead

WebJar for jquery-typeahead

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

jquery-typeahead
Последняя версия

Последняя версия

2.10.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

jquery-typeahead
WebJar for jquery-typeahead
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/running-coder/jquery-typeahead

Скачать jquery-typeahead

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/jquery-typeahead/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>jquery-typeahead</artifactId>
    <version>2.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-typeahead/
implementation 'org.webjars.npm:jquery-typeahead:2.10.4'
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-typeahead/
implementation ("org.webjars.npm:jquery-typeahead:2.10.4")
'org.webjars.npm:jquery-typeahead:jar:2.10.4'
<dependency org="org.webjars.npm" name="jquery-typeahead" rev="2.10.4">
  <artifact name="jquery-typeahead" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jquery-typeahead', version='2.10.4')
)
libraryDependencies += "org.webjars.npm" % "jquery-typeahead" % "2.10.4"
[org.webjars.npm/jquery-typeahead "2.10.4"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : jquery jar [1.7.2,)
org.webjars.npm : lz-string jar [1.4.4,2)

Модули Проекта

Данный проект не имеет модулей.

Build Status npm: license:mit Built with gulp

jQuery Typeahead

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!

The jQuery Typeahead plugin is released under the MIT License.

The complete documentation, demo and further instructions can be found at www.runningcoder.org

Installation

npm install jquery-typeahead

or

yarn add jquery-typeahead

Documentation

You can find the complete documentation on www.runningcoder.org/jquerytypeahead/documentation/

Demos

www.runningcoder.org/jquerytypeahead/demo/

Version Notes

www.runningcoder.org/jquerytypeahead/version/

Pull Requests

Please consider these points before creating a new pull request

  • Pull request should be made from develop to develop branch so it can be tested properly and not be directly available to download on the master. The master branch should be a copy of the latest released tag without any additional new code that has not been released
  • Add a descriptive note along with the PR and examples
  • Only submit the changed lines and not the whole file(s)
  • Follow the same coding conversions

Версии библиотеки

Версия
2.10.4
2.10.3
2.8.0