Quote:
Originally Posted by izecul
And I need to put these results within a container under my input textbox, so that it looks like a dropdown.
|
Sorry, this is the part where I get lost...
What do you mean by container? A div ? I don't get it...
What I understand from your post is that you want to convert a coma separated list returned by your ajax call to a "line-return" separated list?
like... convert all comas to <br> and display that somewhere in a div?