i m using auto suggest using Ajax
Jason .
now when a user select a user name , i want to send user on the link of that user name
my
jason data is coming in this way
{
query:'hel',
suggestions:["hello world","hell boy ","bac to hell"],
data:["2","26","34"]
}
now what i want that user goes to
…