Download the PHP package gozoro/jquery-autocompleter without Composer

On this page you can find all versions of the php package gozoro/jquery-autocompleter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package jquery-autocompleter

jquery-autocompleter

A jQuery plugin autocomplete

Installation

Usage

Using an variant array

Example

Using AJAX

Options

maxResults

Maximum number of suggestions (0 - no limits).

Default: 0.

minChars

Minimum number of characters for the suggestions.

Default: 1.

delay

Keyboard input delay.

Default: 500 ms.

ajaxData

The function must return ajax-request data. Here you can get additional parameters for the ajax-request.

Default:

template

The function must return the item value used to compare with the input value when filtering. The result of the function determines the match of the input string.

Default:

value

The function must return value for the request (when item is selected). This option enables the use of hidden input. You can use this option when you want to use an identifier instead of a text string from input.

Default: returned value of function from template option.

Example:

hiddenDefaultValue

Default value for the hidden input.

Default: "".

row

The function must return a value used for display a suggestions. You can change the format of the output suggestion string.

Default:

Example:

filter

Function must return a boolean value. When a variant must be included in the list of suggestions this function must return true instead of false.

Default:

Events

autocompleter:select

The event is triggered when an item from the list of items is selected.

autocompleter:unselect

The event is triggered when an item from the list of items is unselected.

Example:

Example

All versions of jquery-autocompleter with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package gozoro/jquery-autocompleter contains the following files

Loading the files please wait ....