I am returning a JSON encoded array: echo(json_encode($data)); from php and I would like it to populate the suggest box from JQuery autocomplete. I’m using this: Not sure why this isn’t working. After every key press, I would retrieve data and fill the suggest box with that data, I don’t want autocomplete to sort and choose for me, I’m doing