jQuery UI by Eric Sarrion

jQuery UI by Eric Sarrion

Author:Eric Sarrion [Eric Sarrion]
Language: eng
Format: epub, pdf
Tags: COMPUTERS / Programming Languages / JavaScript
ISBN: 9781449316983
Publisher: O'Reilly Media
Published: 2012-03-19T16:00:00+00:00


$(selector, context).autocomplete ("action", params)

The autocomplete (options) Method

The autocomplete (options) method declares that an <input> HTML element must be managed as an input field that will be displayed above a list of suggestions. The options parameter specifies the behavior of the list of suggestions when the user is typing in the input field.

The operation of autocompletion is as follows: from the characters introduced in the input field, a match is made in the specified source (in options.source). Matching can be done with any character from the source, not just the beginning of it. Thus, if one looks for the letter “a,” it does not have to be located at the beginning of words, but can be located in the middle.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.