From 20b1a9b071ee11644009f2a50063ab43292d9b24 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 2 Jan 2013 01:40:43 +0100 Subject: [PATCH] new examples of: list with row separators, with interactive rows & nested lists --- ch03_17.html | 40 ++++++++++++++++++++++++++++++ ch03_18.html | 30 ++++++++++++++++++++++ ch03_19.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 140 insertions(+) create mode 100644 ch03_17.html create mode 100644 ch03_18.html create mode 100644 ch03_19.html diff --git a/ch03_17.html b/ch03_17.html new file mode 100644 index 0000000..f5e08db --- /dev/null +++ b/ch03_17.html @@ -0,0 +1,40 @@ + + + + + My first jQuery Mobile code + + + + + + +
+
+

list with row separators

+
+
+
    +
  • Group A
  • +
  • Argentina
  • +
  • Nigeria
  • +
  • England
  • +
  • Japan
  • +
  • Group B
  • +
  • United States
  • +
  • Mexico
  • +
  • Korea
  • +
  • Greece
  • +
  • Group C
  • +
  • Germany
  • +
  • Finland
  • +
  • Chile
  • +
  • South Africa
  • +
+
+
+

www.goodcleanfun.de

+
+
+ + \ No newline at end of file diff --git a/ch03_18.html b/ch03_18.html new file mode 100644 index 0000000..85fea19 --- /dev/null +++ b/ch03_18.html @@ -0,0 +1,30 @@ + + + + + My first jQuery Mobile code + + + + + + +
+
+

interactive list

+
+
+ +
+
+

www.goodcleanfun.de

+
+
+ + \ No newline at end of file diff --git a/ch03_19.html b/ch03_19.html new file mode 100644 index 0000000..aadb750 --- /dev/null +++ b/ch03_19.html @@ -0,0 +1,70 @@ + + + + + My first jQuery Mobile code + + + + + + + + +
+
+

nested lists

+
+
+
    +
  • Order now!
  • +
  • Cities available +
      +
    • Boston
    • +
    • New York
    • +
    • Miami
    • +
    • San Francisco
    • +
    • San Jose
    • +
    +
  • +
  • Topics +
      +
    • Intro to mobile web +
        +
      • WML and other oldies
      • +
      • XHTML MP
      • +
      • HTML 4.01
      • +
      • HTML5
      • +
      +
    • +
    • Mobile browsers +
        +
      • Safari for iOS
      • +
      • Android browser
      • +
      • Firefox for mobile
      • +
      • Opera
      • +
      +
    • +
    • Tablet browsers
    • +
    • Using jQuery
    • +
    +
  • +
  • Promotions +
      +
    • 10% off before may
    • +
    • 3x2
    • +
    • 10% off to subscribers
    • +
    +
  • +
+
+
+

www.goodcleanfun.de

+
+
+ + \ No newline at end of file