Socket
Socket
Sign inDemoInstall

complety

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    complety

jQuery Complety - An Auto Complete Plugin


Version published
Maintainers
1
Created

Changelog

Source

v0.1.0

  • First release.

Readme

Source

jQuery Complety - An Auto Complete Plugin

Build Status NPM Version Dependency Dev Dependency Code Climate Support

jQuery Stepy is a plugin that generates a autocomplete.

Options

cache:                 {}                          // ...
delay:                 300                         // ...
keys:                  undefined                   // ...
minChars:              1                           // ...
suggestion:            undefined                   // ...
url:                   undefined                   // ...
                                                   // ...
ajax.always:           undefined                   // ...
ajax.done:             undefined                   // ...
ajax.fail:             undefined                   // ...
                                                   // ...
callbacks.selected:    undefined                   // ...
                                                   // ...
functions.getValue:    undefined                   // ...
                                                   // ...
wrappers.field:        '.complety__field'          // ...
wrappers.item:         '.complety__item'           // ...
wrappers.itemSelected: '.complety__item--selected' // ...
wrappers.list:         '.complety__list'           // ...
wrappers.loading:      '.complety__loading'        // ...
wrappers.none:         '.complety__none'           // ...
wrappers.target:       '.complety__target'         // ...
wrappers.wrapper:      '.complety'                 // ...

Usage

Functions

Contributors

Check it out

Love it!

Via PayPal or Gratipay. Thanks! (:

Keywords

FAQs

Last updated on 05 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc