[jQuery] [Autocomplete] - Issue with DOCTYPE?

[jQuery] [Autocomplete] - Issue with DOCTYPE?


Hi guys,
Currently I'm using this version of autocomplete plugin
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ for
some of my php files.
I found an issue with the autocomplete dropdown that it showed all the
html tags as results instead of the data from the database. Something
like...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">...Was
wondering what went wrong here since I've it implemented for another
web page and it worked absolutely fine.
In http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/, I
also found similar post about the issue by HESHAM.
Any advice? Thanks