Class: AutoComplete

nyc/AutoComplete~ AutoComplete


new AutoComplete()

A class to provide fitering functionality for autocomplete

Source:

Methods


filter(inUl, outUl, typed)

Find matching li elements from inUl and move them to outUl

Parameters:
Name Type Description
inUl jQuery | Element | string

The ul element to search

outUl jQuery | Element | string

The ul element to receive results

typed string

The text for searching

Source: