Posted on: 1/19/2014 6:35:47 PM | Views : 342

My jquery code is returning string ex:
"1c7dd773-2901-4443-8f84-34ae0e0be4e1 Jagjot-Singh Brain.jpg216045c4-0c4b-4860-88d2-f8dbbc5ddeab jag2-LastName about me.jpg6327f4c7-9737-4820-b332-e1c9a38b790e Jag-Singh Jag 2.jpg" and i am only able to display first value in autocomplete "Jagjot-Singh"? also cannot use UL commented line code? also my link in displaying as link but upon click not taking me to url? how can i send my own querystring? wondering if any one can look at my code and tell me what i am doing wrong?
JavaScript
<link href="css/jquery.autocomplete.css" rel="stylesheet" type="text/css" /> <script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script> <script src="Scripts/jquery.autocomplete.js" type="text/javascript"></script>
<script type="text/ ...

Go to the complete details ...