How do I realize master-details relationship in JQuery mobile?

How do I realize master-details relationship in JQuery mobile?

How do I realize master-details relationship in JQuery mobile?

Let's say I have a news page with a list of the news titles and the corresponding links to the detail pages (with all the detail data).

In php I pass the ID via a URL parameter from the master page and on the detail page I filter the database table with this URL parameter to select the correct data.

How is that done in JQueryMobile? Do I simply call the detail php pages as external links? Or do I have to create a json file with nested repeat data?