[jQuery] jQuery, JSON and AJAX (help please)

[jQuery] jQuery, JSON and AJAX (help please)


Hi,
Im new to ajax and serverside scripting (forgive me for the rediculous
questions i will ask i'm only 15).
I want to create a page where there is an auto-comples plugin that
will pull the values from a JSON database(?)
Once the user clicks on the value it will populate a container div
with other values from the JSON database.
So for example: I search for a name and when i click that name it will
populate a div with, for example : an email adress, phone number etc.
I really need to have a step by step process on what i need to do (i
should be fine with the coding part) but here is the process i was
thinking of
User searches [ autocompletes pulls values from a json database ] -->
User clicks on a value --> Information is pulled from the JSON
database and populates a container div.
I hope that makes sense :S.
Thanks alot in advance... Phil