UI Dialog and Ajax Query??

UI Dialog and Ajax Query??

Hi,

I have a list of projects that get displayed on my page dynamically via a server side query.  For each project, there is a hyperlink over the name of the project.  When the user clicks the hyperlink I want to display a jQuery Dialog box that fetches the "members" of the clicked project dynamically and outputs them within the dialog.   The output in the dialog could be some basic like like the name of the project member on each line, but dynamic of course, as they the list of members would be coming from the db.  So I'd like one dialog box, but the content will be dynamic based on the project name clicked.

Can someone provide some code that would illustrate how to do this?

Thanks,

-West