How can I access a link with a div id directly in jQuery Mobile?

How can I access a link with a div id directly in jQuery Mobile?

Suppose I have a link, say, http://www.example.com/index.html#xyz. When I open it in browser with www.example.com/index.html it works fine, but when I have a link targeting #xyz on the same page it loads a new data-role=content page through ajax.

Now my query is if I access the same URL directly as http://www.example.com/index.html#xyz, it loads the www.example.com/index.html and not the specific #xyz page.

Is there any way to make this work?

NOTE: The #xyz page content is loaded dynamically