PHPackages                             jasonbrady/jquery-typeahead - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. jasonbrady/jquery-typeahead

ActiveLibrary[Search &amp; Filtering](/categories/search)

jasonbrady/jquery-typeahead
===========================

jQuery plugin that provides Typeahead (autocomplete) Search preview from Json object(s) via same domain Ajax request or cross domain Jsonp and offers data compression inside Local Storage. The plugin is built with a lot of options and callbacks to allow customization.

0185JavaScript

Since Sep 20Pushed 8y agoCompare

[ Source](https://github.com/jasonbrady/jquery-typeahead)[ Packagist](https://packagist.org/packages/jasonbrady/jquery-typeahead)[ RSS](/packages/jasonbrady-jquery-typeahead/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/04190587b732fe18bda377d77b6b529bb1a7eaf7cf6e11de50fa28a806e7a157/68747470733a2f2f7472617669732d63692e6f72672f72756e6e696e672d636f6465722f6a71756572792d7479706561686561642e7376673f6272616e63683d646576656c6f70267374796c653d666c61742d737175617265)](https://travis-ci.org/running-coder/jquery-typeahead)[![npm:](https://camo.githubusercontent.com/2f333f6be38de0eb428b3d1c34b1a85e5a73b1e14a9bce8d098417b410e844c0/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f6a71756572792d7479706561686561642e7376673f7374796c653d666c61742d737175617265)](https://www.npmjs.com/packages/jquery-typeahead)[![license:mit](https://camo.githubusercontent.com/fc1a5f2531c9c4041c034a48134240d10487ee0c10271f86bdba2e8c792982fe/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d6d69742d677265656e2e7376673f7374796c653d666c61742d737175617265)](#license)[![Built with gulp](https://camo.githubusercontent.com/8309c272ef39265f98cfb5ef91751679e24d7fc4c0496561b0aaa8167cd957c8/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6275696c74253230776974682d67756c702e6a732d7265642e7376673f7374796c653d666c61742d737175617265)](http://gulpjs.com/)

jQuery Typeahead
================

[](#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](http://www.runningcoder.org)

Installation
------------

[](#installation)

```
bower install jquery-typeahead

```

or

```
npm install jquery-typeahead

```

Documentation
-------------

[](#documentation)

You can find the complete documentation on [www.runningcoder.org/jquerytypeahead/documentation/](http://www.runningcoder.org/jquerytypeahead/documentation/)

Demos
-----

[](#demos)

[www.runningcoder.org/jquerytypeahead/demo/](http://www.runningcoder.org/jquerytypeahead/demo/)

Version Notes
-------------

[](#version-notes)

[www.runningcoder.org/jquerytypeahead/version/](http://www.runningcoder.org/jquerytypeahead/version/)

Pull Requests
-------------

[](#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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c8a3004794e105a0cd974e3c04f6f7fa1fa2630b00bdf38e29e97be66ee1ae8?d=identicon)[jasonbrady](/maintainers/jasonbrady)

---

Top Contributors

[![running-coder](https://avatars.githubusercontent.com/u/7377382?v=4)](https://github.com/running-coder "running-coder (233 commits)")[![cfreear](https://avatars.githubusercontent.com/u/619726?v=4)](https://github.com/cfreear "cfreear (3 commits)")[![jasonbrady](https://avatars.githubusercontent.com/u/22871612?v=4)](https://github.com/jasonbrady "jasonbrady (2 commits)")[![unindented](https://avatars.githubusercontent.com/u/69485?v=4)](https://github.com/unindented "unindented (2 commits)")[![MiArktos](https://avatars.githubusercontent.com/u/10415374?v=4)](https://github.com/MiArktos "MiArktos (1 commits)")[![hmacphail](https://avatars.githubusercontent.com/u/894726?v=4)](https://github.com/hmacphail "hmacphail (1 commits)")[![seltix5](https://avatars.githubusercontent.com/u/11258096?v=4)](https://github.com/seltix5 "seltix5 (1 commits)")

### Embed Badge

![Health badge](/badges/jasonbrady-jquery-typeahead/health.svg)

```
[![Health](https://phpackages.com/badges/jasonbrady-jquery-typeahead/health.svg)](https://phpackages.com/packages/jasonbrady-jquery-typeahead)
```

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M65](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[handcraftedinthealps/zendsearch

a general purpose text search engine written entirely in PHP 5

39921.0k35](/packages/handcraftedinthealps-zendsearch)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
