While deep links are not currently supported by jQuery Mobile Using a very small event binding you can make them work for most situations.
Links which will scroll to an id on the same page all you need to do is set data-ajax="false"
on the link and use the id for the href like normal here is an example
To make a link that goes to a an id on another page you just add the query param scrollto=idToScrollTo to the end of your link
To Make a link that will scroll to the top of the page just set an id on your body tag of top and link to that id with data-ajax="false" href="#top"
This page is not a refrence for the slider widget it is just sample content do not refrence this page for slider widget usage! For the slider widget please see Slider Widget