What is the recommended approach to navigate between pages inside single html. for example there are placeholders for list page(#listId) content and for details page (#detailsId) content. Should we use jquery show/hide to #listId or #detailsId with canjs routing mechanizm?
Does canjs support simmilar approach http://api.jquerymobile.com/jQuery.mobile.changePage/?