autocomplete HELP ME!!

autocomplete HELP ME!!

hello guys,
I have a little problem with. autocomplete
or give me the results with the inscription beside GO (a href destination), but this does not work, you know help me

  1. $("#search").autocomplete(data, {
        minChars: 1,
        scrollHeight: 400,
        max: 20,
        formatItem: function(row) {
            return row.text + " <a href='/page_me/" + row.url + "/" + row.page + "/'>GO</a>";
        },
        formatResult: function(row) {
            return row.text;
        }
        });