All Projects → running-coder → Jquery Typeahead

running-coder / Jquery Typeahead

Licence: mit
Javascript Typeahead (autocomplete) plugin with more than 50 options and callbacks.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jquery Typeahead

extensions
Angular Material Extensions Library.
Stars: ✭ 203 (-61.48%)
Mutual labels:  autocomplete, typeahead
Vue Autosuggest
🔍 Vue autosuggest component.
Stars: ✭ 492 (-6.64%)
Mutual labels:  autocomplete, typeahead
vue-thailand-address
🇹🇭 Thai address input for Vue.
Stars: ✭ 44 (-91.65%)
Mutual labels:  autocomplete, typeahead
react-thailand-address-typeahead
jquery.Thailand.js in React
Stars: ✭ 78 (-85.2%)
Mutual labels:  autocomplete, typeahead
Accessible Autocomplete
An autocomplete component, built to be accessible.
Stars: ✭ 474 (-10.06%)
Mutual labels:  autocomplete, typeahead
react-abstract-autocomplete
Bring-Your-Own-UI autocomplete / mentions component for React.
Stars: ✭ 15 (-97.15%)
Mutual labels:  autocomplete, typeahead
vue-single-select
single select dropdown with autocomplete
Stars: ✭ 43 (-91.84%)
Mutual labels:  autocomplete, typeahead
react-power-select
A highly composable & reusable select/autocomplete components
Stars: ✭ 63 (-88.05%)
Mutual labels:  autocomplete, typeahead
Email Autocomplete
A jQuery plugin that suggests and autocompletes the domain in email fields.
Stars: ✭ 265 (-49.72%)
Mutual labels:  jquery-plugin, autocomplete
autocompletex
redis autocomplete for elixir
Stars: ✭ 22 (-95.83%)
Mutual labels:  autocomplete, typeahead
indicium
🔎 A simple in-memory search for collections and key-value stores.
Stars: ✭ 41 (-92.22%)
Mutual labels:  autocomplete, typeahead
Selectmenu
Simple, easily and diversity menu solution
Stars: ✭ 284 (-46.11%)
Mutual labels:  jquery-plugin, autocomplete
bootstrap-5-autocomplete
autocomplete/typeahead js plugin for bootstrap v5
Stars: ✭ 79 (-85.01%)
Mutual labels:  autocomplete, typeahead
instatype
⚡️ Mobile-friendly React autocomplete component
Stars: ✭ 48 (-90.89%)
Mutual labels:  autocomplete, typeahead
react-native-autocomplete-dropdown
Dropdown Item picker with search and autocomplete (typeahead) functionality for react native
Stars: ✭ 87 (-83.49%)
Mutual labels:  autocomplete, typeahead
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (-81.21%)
Mutual labels:  autocomplete, typeahead
Selectpage
A simple style and powerful selector, including ajax remote data, autocomplete, pagination, tags, i18n and keyboard navigation features
Stars: ✭ 679 (+28.84%)
Mutual labels:  jquery-plugin, autocomplete
Tag Handler
Tag Handler is a jQuery plugin used for managing tag-type metadata.
Stars: ✭ 76 (-85.58%)
Mutual labels:  jquery-plugin, autocomplete
svelecte
Selectize-like component written in Svelte, also usable as custom-element 💪⚡
Stars: ✭ 121 (-77.04%)
Mutual labels:  autocomplete, typeahead
Autocomplete
Accessible autocomplete component for vanilla JavaScript and Vue.
Stars: ✭ 277 (-47.44%)
Mutual labels:  autocomplete, typeahead

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].