I am creating a book app in backbone .
The left hand view is a table contains subviews which are the list of chapters and right hand view contains the full chapters one after the other . Each chapter is an independent view put inside the right hand side view . How can I ensure that when I click on any chapter name on left hand panel the right hand view scrolls to show that complete chapter . since the clicks are on different views is it allowed