Skip to content

Autocomplete Add example for using source callback, along with a note ao... #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

jzaefferer
Copy link
Member

...but the escapeRegex method. Fixes #41

<code><![CDATA[
var tags = [ "c++", "java", "php", "coldfusion", "javascript", "asp", "ruby" ];
$( "#autocomplete" ).autocomplete({
source: function(request, response) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spaces

@scottgonzalez
Copy link
Member

Looks good.

@jzaefferer
Copy link
Member Author

Landed in 9eeea1c

@jzaefferer jzaefferer closed this Oct 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete: Document match-from-start source callback and escapeRegex
2 participants