I am trying to create a clickable list app, not unlike the HTML5/Local storag tutorial, but I'd like to be able to use a DB collection for the values. To explain further: Start page- Clickable list item( dynamically displayed from DB collection) Details page- When clicking on any of the list items, ...