cakephp 1.3 - displaying results from jquery autocomplete -


I have a cakepip app that distributes some results and a php file that results in these as good as a table Formatted in kind.

In my search page, I use jquery to auto complete on cake application. Everything is peachy till this point. I can send in my request, Ajax works, I have formatted html pages Get back But since I im a jquery newbie, I can not really understand this to display the result ..

My jquery is something like this

  $ (document). Ready (function () {$ ("Input # search"). Autocomplete (........   

Sorry it's not the right codeblock, now im at home ...

How do I display html content, do I come back from AJAX in a div using jquery autocomplete?

lot

  $ ( '# id-something'). Html (AjaxResultHtml);    

Comments