From f44e2f1e88087ebbb54cb30d7d8c31c2fecc3993 Mon Sep 17 00:00:00 2001 From: Andrew Trice Date: Fri, 20 Apr 2012 14:17:37 -0400 Subject: [PATCH] updated examples & readme --- README | 4 +++- samples/01 - viewnavigator/01 - basic/index.html | 8 +------- .../03 - multi instance/index.html | 2 +- .../02 - splitviewnavigator/01 - basic/index.html | 14 ++++++++++---- .../02 - view navigators/index.html | 2 +- samples/05 - multi-device form factor/README | 2 +- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README b/README index ac7727c..c7c756b 100644 --- a/README +++ b/README @@ -42,7 +42,9 @@ REAL WORLD USAGE You can see this framework in the following real-world apps: -US Census Browser: http://itunes.apple.com/us/app/us-census-browser/id483201717?mt=8 +US Census Browser: +http://itunes.apple.com/us/app/us-census-browser/id483201717?mt=8 +http://tricedesigns.com/census If you have built your own app using this framework, please let me know! (@andytrice on twitter) diff --git a/samples/01 - viewnavigator/01 - basic/index.html b/samples/01 - viewnavigator/01 - basic/index.html index 27b77e2..03bfc0b 100644 --- a/samples/01 - viewnavigator/01 - basic/index.html +++ b/samples/01 - viewnavigator/01 - basic/index.html @@ -40,15 +40,9 @@ function getView() { //create a view descriptor with random content - var bodyView = $('
' + Math.random().toString() + '
  • push view
  • pop view

  • ' + getMeat() + '
    '); + var bodyView = $('
    ' + Math.random().toString() + '
  • push view
  • pop view

  • ' + getMeat() + '
    '); var links = bodyView.find('a'); - /* - for ( var i=0; i' + Math.random().toString() + '
  • push view
  • pop view

  • ' + getMeat() + ''); + var bodyView = $('
    ' + Math.random().toString() + '
  • push view
  • pop view

  • ' + getMeat() + '
    '); var links = bodyView.find('a'); /*for ( var i=0; i + +