xdan / autocomplete

jQuery autocomplete plugin like Google autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starts with

satya-appit opened this issue · comments

commented

How can I get result letter starts with. I am using the below code.

$('#auto1').autocomplete({
source:[states]
});