Anchor link with subpages

199 Views Asked by At

Bonjour From France !

I am working on a webapp and I'm stuck with how to go to a specific div in a page from another : I have one page (myapp/#!/shop.php) with a list of products and a link on every product to a detail page (myapp/#!/shop-item.php). The user scroll to a product from the list page, click on an item to see details. I need to create a link in the detail page to go back to the list page BUT specifically to the last Item the user clicked on (to avoid the user to scroll another time the complete list).

Notes : * I am using a jquery template * The list page contains headers and mysql queries * Notice that the link between pages contains myapp/#!/ + thenameofpage.php

Thanks for helps !

0

There are 0 best solutions below