Thanks, I didn't think about that. I'm actually not familiar with XML usage at all. Is there any benefit to using XML over just returning a div containing the results? I'm using PHP/MySQL.
On Mar 12, 4:42 am, Paul Hutson <hutsonphu...@googlemail.com> wrote: > > Is there a good jquery plugin for this sort of thing? > > Do you need a jquery pluggin for that? > > Sounds like what you need to do is use anAJAXcall to call thesearch > page you're using (upon the enter button being pushed in thesearch > area) then process the XML that comes back (with thesearchitems..) > then put them in the right boxes. > > Here's theAJAXdocumentation link :http://docs.jquery.com/Ajax > > HTHs, > Paul