From 5a28f0e5d9f81050acb9ed54790c4fbec8cca41a Mon Sep 17 00:00:00 2001 From: tmeissner Date: Fri, 23 Nov 2012 14:33:27 +0100 Subject: [PATCH 01/43] initial commit --- ch01_01.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ch01_01.html diff --git a/ch01_01.html b/ch01_01.html new file mode 100644 index 0000000..1e2081f --- /dev/null +++ b/ch01_01.html @@ -0,0 +1,36 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

jQuery Mobile

+
+
+ + +
+
+

© 2011 Maximiliano Firtman @firt

+
+
+ + \ No newline at end of file From 4b9a2c3331317fa9fa079ba73ade4c4e71184d70 Mon Sep 17 00:00:00 2001 From: Torsten Meissner Date: Sat, 24 Nov 2012 01:32:01 +0100 Subject: [PATCH 02/43] initial commit of next 2 examples of chapter 01 --- ch01_02.html | 25 +++++++++++++++++++++++++ ch01_03.html | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 ch01_02.html create mode 100644 ch01_03.html diff --git a/ch01_02.html b/ch01_02.html new file mode 100644 index 0000000..aecd95e --- /dev/null +++ b/ch01_02.html @@ -0,0 +1,25 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

Our first webapp

+
+
+

This is the main content of the page

+
+
+

More on mobilexweb.com

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

First page

+
+
+

This is the main content of the page.

+

You can go to the second page.

+
+
+

mobilexweb.com

+
+
+
+
+

Second page

+
+
+

This is the main content of the second page.

+

You can go back using the header's button, clicking here + or using your browser's back button.

+
+
+

mobilexweb.com

+
+
+ + \ No newline at end of file From 055ea79ed17e054250595eefe0ec9ab8c34255f8 Mon Sep 17 00:00:00 2001 From: Torsten Meissner Date: Sat, 24 Nov 2012 01:41:22 +0100 Subject: [PATCH 03/43] added 'back' button in header of page2 --- ch01_03.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch01_03.html b/ch01_03.html index 25fc99f..461c408 100644 --- a/ch01_03.html +++ b/ch01_03.html @@ -22,7 +22,7 @@

mobilexweb.com

-
+

Second page

From 77dc9e818d56ae6242907a45d3cb3be5d5d55654 Mon Sep 17 00:00:00 2001 From: Torsten Meissner Date: Sat, 24 Nov 2012 02:04:14 +0100 Subject: [PATCH 04/43] new version of ch01_03.html with external instead of internal link to page2 --- ch01_04-0.html | 26 ++++++++++++++++++++++++++ ch01_04-1.html | 27 +++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 ch01_04-0.html create mode 100644 ch01_04-1.html diff --git a/ch01_04-0.html b/ch01_04-0.html new file mode 100644 index 0000000..ef8c26c --- /dev/null +++ b/ch01_04-0.html @@ -0,0 +1,26 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

First page

+
+
+

This is the main content of the page.

+

You can go to the second page.

+
+
+

mobilexweb.com

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

Second page

+
+
+

This is the main content of the second page.

+

You can go back using the header's button, clicking here + or using your browser's back button.

+
+
+

mobilexweb.com

+
+
+ + \ No newline at end of file From b31897ffd2f5fd6c5f5acd0fad718bbba100383f Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 25 Nov 2012 00:17:09 +0100 Subject: [PATCH 05/43] new example of absolute linking to a external page --- ch01_05.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ch01_05.html diff --git a/ch01_05.html b/ch01_05.html new file mode 100644 index 0000000..a59b814 --- /dev/null +++ b/ch01_05.html @@ -0,0 +1,26 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

Our first webapp

+
+
+

This is an absolute link to a page at another domain.

+

Check my blog

+
+
+

More on mobilexweb.com

+
+
+ + \ No newline at end of file From ceb911e3c2ce41406392f13c15d865761a3eaa2d Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 25 Nov 2012 00:17:59 +0100 Subject: [PATCH 06/43] new example of various transition effects when switching to a new page --- ch01_06.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ch01_06.html diff --git a/ch01_06.html b/ch01_06.html new file mode 100644 index 0000000..f2f4e39 --- /dev/null +++ b/ch01_06.html @@ -0,0 +1,44 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

First page

+
+
+

Examples of various transition effects when switching to a new page.

+

Go to the second page with a slide.

+

Go to the second page with a slide up.

+

Go to the second page with a slide down.

+

Go to the second page with a pop.

+

Go to the second page with a fade.

+

Go to the second page with a flip.

+
+
+

mobilexweb.com

+
+
+
+
+

Second page

+
+
+

This is the main content of the second page.

+

You can go back using the header's button, clicking here + or using your browser's back button.

+
+
+

mobilexweb.com

+
+
+ + \ No newline at end of file From 77670450bbf43b5fc8caf48c5fb21ddd700c9539 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 25 Nov 2012 01:54:36 +0100 Subject: [PATCH 07/43] new example with a dialog page --- ch01_07-0.html | 30 ++++++++++++++++++++++++++++++ ch01_07-1.html | 25 +++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 ch01_07-0.html create mode 100644 ch01_07-1.html diff --git a/ch01_07-0.html b/ch01_07-0.html new file mode 100644 index 0000000..b259542 --- /dev/null +++ b/ch01_07-0.html @@ -0,0 +1,30 @@ + + + + + Up and Running with jQuery Mobile + + + + + + + +
+
+

Book properties

+
+
+

Up and Running with jQuery Mobile

+

Author: Maximiliano Firtman

+

This book has no reviews yet in our database.

+

+ Delete this book

+

Modify this book

+
+
+

O'Reilly store

+
+
+ + \ No newline at end of file diff --git a/ch01_07-1.html b/ch01_07-1.html new file mode 100644 index 0000000..06b9f66 --- /dev/null +++ b/ch01_07-1.html @@ -0,0 +1,25 @@ + + + + + Delete confirmation + + + + + + + +
+
+

Conirmation

+
+
+

Are you sure to delete this book?

+

Author: Maximiliano Firtman

+

Yes, delete

+

Cancel

+
+
+ + \ No newline at end of file From 79837f01f1f89c4fd89e16115a0df9b6005847e3 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 25 Nov 2012 13:48:48 +0100 Subject: [PATCH 08/43] new 'deleted done' page for dialog example, can be reached when clicking on 'Yes, delete' button in the dialog --- ch01_07-2.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ch01_07-2.html diff --git a/ch01_07-2.html b/ch01_07-2.html new file mode 100644 index 0000000..1c53b2d --- /dev/null +++ b/ch01_07-2.html @@ -0,0 +1,27 @@ + + + + + Up and Running with jQuery Mobile + + + + + + + +
+
+

Book deleted

+
+
+

Your book was deleted.

+

You can go back using the header's button, clicking here + or using your browser's back button.

+
+
+

O'Reilly store

+
+
+ + \ No newline at end of file From ac941d8062dd0720f6837e69895ade385fc6f208 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 25 Nov 2012 13:49:41 +0100 Subject: [PATCH 09/43] update to jquery 1.8.2 & jquery mobile 1.2.0 --- ch01_01.html | 6 +++--- ch01_02.html | 6 +++--- ch01_03.html | 6 +++--- ch01_04-0.html | 6 +++--- ch01_04-1.html | 6 +++--- ch01_05.html | 6 +++--- ch01_06.html | 6 +++--- ch01_07-0.html | 6 +++--- ch01_07-1.html | 10 +++++----- 9 files changed, 29 insertions(+), 29 deletions(-) diff --git a/ch01_01.html b/ch01_01.html index 1e2081f..e327f19 100644 --- a/ch01_01.html +++ b/ch01_01.html @@ -3,9 +3,9 @@ My first jQuery Mobile code - - - + + + diff --git a/ch01_02.html b/ch01_02.html index aecd95e..cc61b59 100644 --- a/ch01_02.html +++ b/ch01_02.html @@ -3,9 +3,9 @@ My first jQuery Mobile code - - - + + + diff --git a/ch01_03.html b/ch01_03.html index 461c408..dbae32a 100644 --- a/ch01_03.html +++ b/ch01_03.html @@ -3,9 +3,9 @@ My first jQuery Mobile code - - - + + + diff --git a/ch01_04-0.html b/ch01_04-0.html index ef8c26c..fa7dd6a 100644 --- a/ch01_04-0.html +++ b/ch01_04-0.html @@ -3,9 +3,9 @@ My first jQuery Mobile code - - - + + + diff --git a/ch01_04-1.html b/ch01_04-1.html index 9704399..802861c 100644 --- a/ch01_04-1.html +++ b/ch01_04-1.html @@ -3,9 +3,9 @@ My first jQuery Mobile code - - - + + + diff --git a/ch01_05.html b/ch01_05.html index a59b814..4318c06 100644 --- a/ch01_05.html +++ b/ch01_05.html @@ -3,9 +3,9 @@ My first jQuery Mobile code - - - + + + diff --git a/ch01_06.html b/ch01_06.html index f2f4e39..e0a7afa 100644 --- a/ch01_06.html +++ b/ch01_06.html @@ -3,9 +3,9 @@ My first jQuery Mobile code - - - + + + diff --git a/ch01_07-0.html b/ch01_07-0.html index b259542..9fffac4 100644 --- a/ch01_07-0.html +++ b/ch01_07-0.html @@ -3,9 +3,9 @@ Up and Running with jQuery Mobile - - - + + + diff --git a/ch01_07-1.html b/ch01_07-1.html index 06b9f66..b211426 100644 --- a/ch01_07-1.html +++ b/ch01_07-1.html @@ -3,9 +3,9 @@ Delete confirmation - - - + + + @@ -17,8 +17,8 @@

Are you sure to delete this book?

Author: Maximiliano Firtman

-

Yes, delete

-

Cancel

+

Yes, delete

+

Cancel

From d3b54db7a983053b95b569bdd9af02cdd140aafa Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 25 Nov 2012 22:43:33 +0100 Subject: [PATCH 10/43] new example of urls with special mobile behaviours like email, tel or sms --- ch01_08.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ch01_08.html diff --git a/ch01_08.html b/ch01_08.html new file mode 100644 index 0000000..aa5b855 --- /dev/null +++ b/ch01_08.html @@ -0,0 +1,33 @@ + + + + + Up and Running with jQuery Mobile + + + + + + + +
+
+

Special links

+
+ +
+

www.mobilexweb.com

+
+
+ + \ No newline at end of file From fc49fcb3560b84196d01c371a957b024b2bec7aa Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 27 Nov 2012 00:22:08 +0100 Subject: [PATCH 11/43] new example of different positions (inline/fixed/fullscreen )of toolbars (header/footer) --- ch03_01-0.html | 31 ++++++++++++++++++++++++ ch03_01-1.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ ch03_01-2.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ ch03_01-3.html | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ ch03_01-4.html | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 293 insertions(+) create mode 100644 ch03_01-0.html create mode 100644 ch03_01-1.html create mode 100644 ch03_01-2.html create mode 100644 ch03_01-3.html create mode 100644 ch03_01-4.html diff --git a/ch03_01-0.html b/ch03_01-0.html new file mode 100644 index 0000000..0f7f260 --- /dev/null +++ b/ch03_01-0.html @@ -0,0 +1,31 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

First page

+
+
+

Test of different header and footer positions.

+

+ Inline mode (default) + Fixed mode + Full-screen fixed mode + +

+
+
+

mobilexweb.com

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

Inline header

+
+
+

FAUST: Der Tragödie erster Teil

+

Nacht.

+

+ In einem hochgewölbten,
+ engen gotischen Zimmer Faust,
+ unruhig auf seinem Sessel am Pulte.
+

+

+

FAUST:

+ Habe nun, ach! Philosophie,
+ Juristerei und Medizin,
+ Und leider auch Theologie
+ Durchaus studiert, mit heißem Bemühn.
+ Da steh ich nun, ich armer Tor!
+ Und bin so klug als wie zuvor;
+ Heiße Magister, heiße Doktor gar
+ Und ziehe schon an die zehen Jahr
+ Herauf, herab und quer und krumm
+ Meine Schüler an der Nase herum-
+ Und sehe, daß wir nichts wissen können!
+ Das will mir schier das Herz verbrennen.
+ Zwar bin ich gescheiter als all die Laffen,
+ Doktoren, Magister, Schreiber und Pfaffen;
+ Mich plagen keine Skrupel noch Zweifel,
+ Fürchte mich weder vor Hölle noch Teufel-
+ Dafür ist mir auch alle Freud entrissen,
+ Bilde mir nicht ein, was Rechts zu wissen,
+ Bilde mir nicht ein, ich könnte was lehren,
+ Die Menschen zu bessern und zu bekehren.
+ Auch hab ich weder Gut noch Geld,
+ Noch Ehr und Herrlichkeit der Welt;
+ Es möchte kein Hund so länger leben!
+ Drum hab ich mich der Magie ergeben,
+ Ob mir durch Geistes Kraft und Mund
+ Nicht manch Geheimnis würde kund;
+ Daß ich nicht mehr mit saurem Schweiß
+ Zu sagen brauche, was ich nicht weiß;
+ Daß ich erkenne, was die Welt
+ Im Innersten zusammenhält,
+ Schau alle Wirkenskraft und Samen,
+ Und tu nicht mehr in Worten kramen.
+

+
+
+

Inline footer

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

Fixed header

+
+
+

FAUST: Der Tragödie erster Teil

+

Nacht.

+

+ In einem hochgewölbten,
+ engen gotischen Zimmer Faust,
+ unruhig auf seinem Sessel am Pulte.
+

+

+

FAUST:

+ Habe nun, ach! Philosophie,
+ Juristerei und Medizin,
+ Und leider auch Theologie
+ Durchaus studiert, mit heißem Bemühn.
+ Da steh ich nun, ich armer Tor!
+ Und bin so klug als wie zuvor;
+ Heiße Magister, heiße Doktor gar
+ Und ziehe schon an die zehen Jahr
+ Herauf, herab und quer und krumm
+ Meine Schüler an der Nase herum-
+ Und sehe, daß wir nichts wissen können!
+ Das will mir schier das Herz verbrennen.
+ Zwar bin ich gescheiter als all die Laffen,
+ Doktoren, Magister, Schreiber und Pfaffen;
+ Mich plagen keine Skrupel noch Zweifel,
+ Fürchte mich weder vor Hölle noch Teufel-
+ Dafür ist mir auch alle Freud entrissen,
+ Bilde mir nicht ein, was Rechts zu wissen,
+ Bilde mir nicht ein, ich könnte was lehren,
+ Die Menschen zu bessern und zu bekehren.
+ Auch hab ich weder Gut noch Geld,
+ Noch Ehr und Herrlichkeit der Welt;
+ Es möchte kein Hund so länger leben!
+ Drum hab ich mich der Magie ergeben,
+ Ob mir durch Geistes Kraft und Mund
+ Nicht manch Geheimnis würde kund;
+ Daß ich nicht mehr mit saurem Schweiß
+ Zu sagen brauche, was ich nicht weiß;
+ Daß ich erkenne, was die Welt
+ Im Innersten zusammenhält,
+ Schau alle Wirkenskraft und Samen,
+ Und tu nicht mehr in Worten kramen.
+

+
+
+

Fixed footer

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

Full-screen header

+
+
+

FAUST: Der Tragödie erster Teil

+

Nacht.

+

+ In einem hochgewölbten, engen gotischen Zimmer Faust,
+ unruhig auf seinem Sessel am Pulte.
+

+

+ FAUST:
+ Habe nun, ach! Philosophie,
+ Juristerei und Medizin,
+ Und leider auch Theologie
+ Durchaus studiert, mit heißem Bemühn.
+ Da steh ich nun, ich armer Tor!
+ Und bin so klug als wie zuvor;
+ Heiße Magister, heiße Doktor gar
+ Und ziehe schon an die zehen Jahr
+ Herauf, herab und quer und krumm
+ Meine Schüler an der Nase herum-
+ Und sehe, daß wir nichts wissen können!
+ Das will mir schier das Herz verbrennen.
+ Zwar bin ich gescheiter als all die Laffen,
+ Doktoren, Magister, Schreiber und Pfaffen;
+ Mich plagen keine Skrupel noch Zweifel,
+ Fürchte mich weder vor Hölle noch Teufel-
+ Dafür ist mir auch alle Freud entrissen,
+ Bilde mir nicht ein, was Rechts zu wissen,
+ Bilde mir nicht ein, ich könnte was lehren,
+ Die Menschen zu bessern und zu bekehren.
+ Auch hab ich weder Gut noch Geld,
+ Noch Ehr und Herrlichkeit der Welt;
+ Es möchte kein Hund so länger leben!
+ Drum hab ich mich der Magie ergeben,
+ Ob mir durch Geistes Kraft und Mund
+ Nicht manch Geheimnis würde kund;
+ Daß ich nicht mehr mit saurem Schweiß
+ Zu sagen brauche, was ich nicht weiß;
+ Daß ich erkenne, was die Welt
+ Im Innersten zusammenhält,
+ Schau alle Wirkenskraft und Samen,
+ Und tu nicht mehr in Worten kramen.
+

+
+
+

Full-screen footer

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

True fixed mode

+
+
+

FAUST: Der Tragödie erster Teil

+

Nacht.

+

+ In einem hochgewölbten, engen gotischen Zimmer Faust,
+ unruhig auf seinem Sessel am Pulte.
+

+

+ FAUST:
+ Habe nun, ach! Philosophie,
+ Juristerei und Medizin,
+ Und leider auch Theologie
+ Durchaus studiert, mit heißem Bemühn.
+ Da steh ich nun, ich armer Tor!
+ Und bin so klug als wie zuvor;
+ Heiße Magister, heiße Doktor gar
+ Und ziehe schon an die zehen Jahr
+ Herauf, herab und quer und krumm
+ Meine Schüler an der Nase herum-
+ Und sehe, daß wir nichts wissen können!
+ Das will mir schier das Herz verbrennen.
+ Zwar bin ich gescheiter als all die Laffen,
+ Doktoren, Magister, Schreiber und Pfaffen;
+ Mich plagen keine Skrupel noch Zweifel,
+ Fürchte mich weder vor Hölle noch Teufel-
+ Dafür ist mir auch alle Freud entrissen,
+ Bilde mir nicht ein, was Rechts zu wissen,
+ Bilde mir nicht ein, ich könnte was lehren,
+ Die Menschen zu bessern und zu bekehren.
+ Auch hab ich weder Gut noch Geld,
+ Noch Ehr und Herrlichkeit der Welt;
+ Es möchte kein Hund so länger leben!
+ Drum hab ich mich der Magie ergeben,
+ Ob mir durch Geistes Kraft und Mund
+ Nicht manch Geheimnis würde kund;
+ Daß ich nicht mehr mit saurem Schweiß
+ Zu sagen brauche, was ich nicht weiß;
+ Daß ich erkenne, was die Welt
+ Im Innersten zusammenhält,
+ Schau alle Wirkenskraft und Samen,
+ Und tu nicht mehr in Worten kramen.
+

+
+
+

mobilexweb.com

+
+
+ + \ No newline at end of file From b8f2c3422147fed2282deb31fba474cdb46bd32f Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 27 Nov 2012 00:24:18 +0100 Subject: [PATCH 12/43] not needed anymore --- ch03_01-4.html | 65 -------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 ch03_01-4.html diff --git a/ch03_01-4.html b/ch03_01-4.html deleted file mode 100644 index 39949e4..0000000 --- a/ch03_01-4.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - My first jQuery Mobile code - - - - - - - -
-
-

True fixed mode

-
-
-

FAUST: Der Tragödie erster Teil

-

Nacht.

-

- In einem hochgewölbten, engen gotischen Zimmer Faust,
- unruhig auf seinem Sessel am Pulte.
-

-

- FAUST:
- Habe nun, ach! Philosophie,
- Juristerei und Medizin,
- Und leider auch Theologie
- Durchaus studiert, mit heißem Bemühn.
- Da steh ich nun, ich armer Tor!
- Und bin so klug als wie zuvor;
- Heiße Magister, heiße Doktor gar
- Und ziehe schon an die zehen Jahr
- Herauf, herab und quer und krumm
- Meine Schüler an der Nase herum-
- Und sehe, daß wir nichts wissen können!
- Das will mir schier das Herz verbrennen.
- Zwar bin ich gescheiter als all die Laffen,
- Doktoren, Magister, Schreiber und Pfaffen;
- Mich plagen keine Skrupel noch Zweifel,
- Fürchte mich weder vor Hölle noch Teufel-
- Dafür ist mir auch alle Freud entrissen,
- Bilde mir nicht ein, was Rechts zu wissen,
- Bilde mir nicht ein, ich könnte was lehren,
- Die Menschen zu bessern und zu bekehren.
- Auch hab ich weder Gut noch Geld,
- Noch Ehr und Herrlichkeit der Welt;
- Es möchte kein Hund so länger leben!
- Drum hab ich mich der Magie ergeben,
- Ob mir durch Geistes Kraft und Mund
- Nicht manch Geheimnis würde kund;
- Daß ich nicht mehr mit saurem Schweiß
- Zu sagen brauche, was ich nicht weiß;
- Daß ich erkenne, was die Welt
- Im Innersten zusammenhält,
- Schau alle Wirkenskraft und Samen,
- Und tu nicht mehr in Worten kramen.
-

-
-
-

mobilexweb.com

-
-
- - \ No newline at end of file From 1421478af7f389c8f7309f4af7eb24e265ed8795 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 27 Nov 2012 00:32:52 +0100 Subject: [PATCH 13/43] longer excerp of 'faust' so we have to scroll ;) --- ch03_01-1.html | 27 +++++++++++++++++++++++++++ ch03_01-2.html | 27 +++++++++++++++++++++++++++ ch03_01-3.html | 35 ++++++++++++++++++++++++++++++++--- 3 files changed, 86 insertions(+), 3 deletions(-) diff --git a/ch03_01-1.html b/ch03_01-1.html index dbe0404..dba5508 100644 --- a/ch03_01-1.html +++ b/ch03_01-1.html @@ -56,6 +56,33 @@ Im Innersten zusammenhält,
Schau alle Wirkenskraft und Samen,
Und tu nicht mehr in Worten kramen.
+

+ O sähst du, voller Mondenschein,
+ Zum letztenmal auf meine Pein,
+ Den ich so manche Mitternacht
+ An diesem Pult herangewacht:
+ Dann über Büchern und Papier,
+ Trübsel'ger Freund, erschienst du mir!
+ Ach! könnt ich doch auf Bergeshöhn
+ In deinem lieben Lichte gehn,
+ Um Bergeshöhle mit Geistern schweben,
+ Auf Wiesen in deinem Dämmer weben,
+ Von allem Wissensqualm entladen,
+ In deinem Tau gesund mich baden!
+

+

+ Weh! steck ich in dem Kerker noch?
+ Verfluchtes dumpfes Mauerloch,
+ Wo selbst das liebe Himmelslicht
+ Trüb durch gemalte Scheiben bricht!
+ Beschränkt mit diesem Bücherhauf,
+ den Würme nagen, Staub bedeckt,
+ Den bis ans hohe Gewölb hinauf
+ Ein angeraucht Papier umsteckt;
+ Mit Gläsern, Büchsen rings umstellt,
+ Mit Instrumenten vollgepfropft,
+ Urväter Hausrat drein gestopft-
+ Das ist deine Welt! das heißt eine Welt!

diff --git a/ch03_01-2.html b/ch03_01-2.html index 88a2de8..231d961 100644 --- a/ch03_01-2.html +++ b/ch03_01-2.html @@ -56,6 +56,33 @@ Im Innersten zusammenhält,
Schau alle Wirkenskraft und Samen,
Und tu nicht mehr in Worten kramen.
+

+ O sähst du, voller Mondenschein,
+ Zum letztenmal auf meine Pein,
+ Den ich so manche Mitternacht
+ An diesem Pult herangewacht:
+ Dann über Büchern und Papier,
+ Trübsel'ger Freund, erschienst du mir!
+ Ach! könnt ich doch auf Bergeshöhn
+ In deinem lieben Lichte gehn,
+ Um Bergeshöhle mit Geistern schweben,
+ Auf Wiesen in deinem Dämmer weben,
+ Von allem Wissensqualm entladen,
+ In deinem Tau gesund mich baden!
+

+

+ Weh! steck ich in dem Kerker noch?
+ Verfluchtes dumpfes Mauerloch,
+ Wo selbst das liebe Himmelslicht
+ Trüb durch gemalte Scheiben bricht!
+ Beschränkt mit diesem Bücherhauf,
+ den Würme nagen, Staub bedeckt,
+ Den bis ans hohe Gewölb hinauf
+ Ein angeraucht Papier umsteckt;
+ Mit Gläsern, Büchsen rings umstellt,
+ Mit Instrumenten vollgepfropft,
+ Urväter Hausrat drein gestopft-
+ Das ist deine Welt! das heißt eine Welt!

diff --git a/ch03_01-3.html b/ch03_01-3.html index 85044c7..8213e17 100644 --- a/ch03_01-3.html +++ b/ch03_01-3.html @@ -15,14 +15,15 @@

Full-screen header

-

FAUST: Der Tragödie erster Teil

+

FAUST: Der Tragödie erster Teil

Nacht.

- In einem hochgewölbten, engen gotischen Zimmer Faust,
+ In einem hochgewölbten,
+ engen gotischen Zimmer Faust,
unruhig auf seinem Sessel am Pulte.

- FAUST:
+

FAUST:

Habe nun, ach! Philosophie,
Juristerei und Medizin,
Und leider auch Theologie
@@ -56,6 +57,34 @@ Schau alle Wirkenskraft und Samen,
Und tu nicht mehr in Worten kramen.

+

+ O sähst du, voller Mondenschein,
+ Zum letztenmal auf meine Pein,
+ Den ich so manche Mitternacht
+ An diesem Pult herangewacht:
+ Dann über Büchern und Papier,
+ Trübsel'ger Freund, erschienst du mir!
+ Ach! könnt ich doch auf Bergeshöhn
+ In deinem lieben Lichte gehn,
+ Um Bergeshöhle mit Geistern schweben,
+ Auf Wiesen in deinem Dämmer weben,
+ Von allem Wissensqualm entladen,
+ In deinem Tau gesund mich baden!
+

+

+ Weh! steck ich in dem Kerker noch?
+ Verfluchtes dumpfes Mauerloch,
+ Wo selbst das liebe Himmelslicht
+ Trüb durch gemalte Scheiben bricht!
+ Beschränkt mit diesem Bücherhauf,
+ den Würme nagen, Staub bedeckt,
+ Den bis ans hohe Gewölb hinauf
+ Ein angeraucht Papier umsteckt;
+ Mit Gläsern, Büchsen rings umstellt,
+ Mit Instrumenten vollgepfropft,
+ Urväter Hausrat drein gestopft-
+ Das ist deine Welt! das heißt eine Welt!
+

Full-screen footer

From 20e0212c224e65cc73c9edfa7966287919270e00 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 27 Nov 2012 23:22:22 +0100 Subject: [PATCH 14/43] new gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1416706 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +*.swp +*.*#* From 128c6539d0fe3a22fe77d30c24da783a6b447896 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 27 Nov 2012 23:24:28 +0100 Subject: [PATCH 15/43] new example of buttons in the header --- ch03_02.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ch03_02.html diff --git a/ch03_02.html b/ch03_02.html new file mode 100644 index 0000000..226ed1f --- /dev/null +++ b/ch03_02.html @@ -0,0 +1,26 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+ Cancel +

New record

+ Save +
+
+
+
+

www.goodcleanfun.de

+
+
+ + \ No newline at end of file From 8126c57a7b0ed159e0eb46567f446ffde757a9aa Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 27 Nov 2012 23:25:02 +0100 Subject: [PATCH 16/43] new example of a self made custom header --- ch03_03.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ch03_03.html diff --git a/ch03_03.html b/ch03_03.html new file mode 100644 index 0000000..4fa7a27 --- /dev/null +++ b/ch03_03.html @@ -0,0 +1,27 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+
+

Custom header

+ Non-button link +
+
+
+
+
+

www.goodcleanfun.de

+
+
+ + \ No newline at end of file From ceca8401985f0e4a0aac11ca4cc0dde6da5d8bb3 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 27 Nov 2012 23:25:21 +0100 Subject: [PATCH 17/43] new example of buttons in the footer --- ch03_04.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ch03_04.html diff --git a/ch03_04.html b/ch03_04.html new file mode 100644 index 0000000..f5f6c06 --- /dev/null +++ b/ch03_04.html @@ -0,0 +1,29 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+ Cancel +

New record

+ Save +
+
+
+ +
+ + \ No newline at end of file From b5aa48ce219c07713ca59407fee8e3b65a33bcf8 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 27 Nov 2012 23:42:42 +0100 Subject: [PATCH 18/43] new example of navigation toolbars in header & footer --- ch03_05.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 ch03_05.html diff --git a/ch03_05.html b/ch03_05.html new file mode 100644 index 0000000..4b49657 --- /dev/null +++ b/ch03_05.html @@ -0,0 +1,39 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

Navigation bars

+
+ +
+
+
+
+
+
+ +
+
+
+ + \ No newline at end of file From d177688128c7c4099e8f5ae559384b1194731c0a Mon Sep 17 00:00:00 2001 From: tmeissner Date: Thu, 29 Nov 2012 00:04:25 +0100 Subject: [PATCH 19/43] new example of persistant footer with navigation bar --- ch03_06.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 ch03_06.html diff --git a/ch03_06.html b/ch03_06.html new file mode 100644 index 0000000..09c24eb --- /dev/null +++ b/ch03_06.html @@ -0,0 +1,46 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

Home

+
+
+

Home content

+
+
+
+ +
+
+
+
+
+

Help

+
+
+

Help content

+
+
+
+ +
+
+
+ + \ No newline at end of file From 2c61d3bfa17da5748a80a98bdeb342a05b06164c Mon Sep 17 00:00:00 2001 From: tmeissner Date: Thu, 29 Nov 2012 00:06:26 +0100 Subject: [PATCH 20/43] added marking of selected element with 'ui-btn-active' class --- ch03_05.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03_05.html b/ch03_05.html index 4b49657..ae5c92b 100644 --- a/ch03_05.html +++ b/ch03_05.html @@ -27,7 +27,7 @@
    -
  • Home
  • +
  • Home
  • Contacts
  • Events
  • News
  • From 69e489e133ca15b50febd7f3db48bdba389ef545 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 2 Dec 2012 00:39:58 +0100 Subject: [PATCH 21/43] new example of collapsible content --- ch03_07.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 ch03_07.html diff --git a/ch03_07.html b/ch03_07.html new file mode 100644 index 0000000..76105a6 --- /dev/null +++ b/ch03_07.html @@ -0,0 +1,41 @@ + + + + + My first jQuery Mobile code + + + + + + + +
    +
    +

    Collapsible content

    +
    +
    +
    +

    History of Rome

    +

    + There is archaeological evidence of human occupation in the Rome area + from at least 14,000 years, but the dense layer of much younger debris + obscures Palaeolithic and Neolithic sites.[11] Evidence of stone tools, + pottery ans stone weapons attest to at least 10,000 years of human presence. +

    +
    +
    +

    Government of Rome

    +

    + Rome constitutes one of Italy's 8,101 communes, and is the largest both + in terms of land area and population. it is governed by a mayor, currently + Gianni Alemanno, and a city council. +

    +
    +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 7118814b0e51544c173ff8cea948687cbf14953e Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 2 Dec 2012 00:40:17 +0100 Subject: [PATCH 22/43] new example of nested collapsible content --- ch03_08.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 ch03_08.html diff --git a/ch03_08.html b/ch03_08.html new file mode 100644 index 0000000..924ef52 --- /dev/null +++ b/ch03_08.html @@ -0,0 +1,62 @@ + + + + + My first jQuery Mobile code + + + + + + + +
    +
    +

    Nested collapsible content

    +
    +
    +
    +

    Rome

    +
    +

    History

    +

    + There is archaeological evidence of human occupation in the Rome area + from at least 14,000 years, but the dense layer of much younger debris + obscures Palaeolithic and Neolithic sites.[11] Evidence of stone tools, + pottery ans stone weapons attest to at least 10,000 years of human presence. +

    +
    +
    +

    Government of Rome

    +

    + Rome constitutes one of Italy's 8,101 communes, and is the largest both + in terms of land area and population. it is governed by a mayor, currently + Gianni Alemanno, and a city council. +

    +
    +
    +
    +

    Madrid

    +
    +

    History

    +

    + Although the site of modern-day Madrid has been occupied since pre-historic + times,[23] in the Roman era this territory belonged to the diocese of + Complutum (present-day Alcalá de Henares). +

    +
    +
    +

    Government of Rome

    +

    + The City Council consists of 57 members, one of them being the Mayor, currently + Alberto Ruiz-Callardón Jiménez. The Mayor presides over the Council. +

    +
    +
    +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 0f710847b14f579526b7b454c2a4b11c59ae3d91 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 2 Dec 2012 00:40:34 +0100 Subject: [PATCH 23/43] new example of collapsible sets --- ch03_09.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ch03_09.html diff --git a/ch03_09.html b/ch03_09.html new file mode 100644 index 0000000..831221d --- /dev/null +++ b/ch03_09.html @@ -0,0 +1,43 @@ + + + + + My first jQuery Mobile code + + + + + + + +
    +
    +

    Collapsible sets

    +
    +
    +
    +
    +

    Books

    +
      +
    • Programming the Mobile Web
    • +
    • jQuery Mobile: Up and Running
    • +
    • Mobile HTML5
    • +
    +
    +
    +

    Talks

    +
      +
    • Velocity Conference
    • +
    • OSCON
    • +
    • Mobile World Congress
    • +
    • Google DevFest
    • +
    +
    +
    +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From a24084770cacb0abd71e6c890435137092b905ce Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 2 Dec 2012 00:40:53 +0100 Subject: [PATCH 24/43] new example of layout grids --- ch03_10.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 ch03_10.html diff --git a/ch03_10.html b/ch03_10.html new file mode 100644 index 0000000..35a5df5 --- /dev/null +++ b/ch03_10.html @@ -0,0 +1,38 @@ + + + + + My first jQuery Mobile code + + + + + + + +
    +
    +

    Layout grids

    +
    +
    +
    +
    Column 1
    +
    Column 2
    +
    +
    + +
    Cell 1.1
    +
    Cell 1.1
    +
    Cell 1.1
    + +
    Cell 2.1
    +
    Cell 2.1
    +
    Cell 2.1
    +
    +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 9e92d18af2393cabb8be0a6b58d92037940c2102 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 2 Dec 2012 00:41:16 +0100 Subject: [PATCH 25/43] new example of various buttons --- ch03_11.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ch03_11.html diff --git a/ch03_11.html b/ch03_11.html new file mode 100644 index 0000000..fc0ca8e --- /dev/null +++ b/ch03_11.html @@ -0,0 +1,30 @@ + + + + + My first jQuery Mobile code + + + + + + + +
    +
    +

    Buttons

    +
    +
    + Click me! + + + Button 1 + Button 2 + Button 3 +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 9b06ccda4152259ebea529cb226e9c86186b2ed4 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 2 Dec 2012 00:41:37 +0100 Subject: [PATCH 26/43] new example of grouped buttons --- ch03_12.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ch03_12.html diff --git a/ch03_12.html b/ch03_12.html new file mode 100644 index 0000000..3e36027 --- /dev/null +++ b/ch03_12.html @@ -0,0 +1,34 @@ + + + + + My first jQuery Mobile code + + + + + + + +
    +
    +

    Buttons

    +
    + +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 2cded6c54c1b45ea0ccd4d4601e5e78084abe573 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sun, 2 Dec 2012 00:44:03 +0100 Subject: [PATCH 27/43] start page with links to all examples --- index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..30c786d --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + + + + jQuery Mobile - Up and Running + + + + + + + + + + From c5e2d44ee5a5fbc90c047e174536ab6796080bbc Mon Sep 17 00:00:00 2001 From: tmeissner Date: Mon, 3 Dec 2012 00:33:46 +0100 Subject: [PATCH 28/43] added class 'ui_state_persist' to active buttons --- ch03_06.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch03_06.html b/ch03_06.html index 09c24eb..63ca647 100644 --- a/ch03_06.html +++ b/ch03_06.html @@ -20,7 +20,7 @@
    @@ -37,7 +37,7 @@
    From 70f63ac86e434952ae2e5097098e955bfc17b408 Mon Sep 17 00:00:00 2001 From: Torsten Meissner Date: Mon, 31 Dec 2012 19:34:09 +0100 Subject: [PATCH 29/43] more examples of buttons & listviews --- ch03_13.html | 37 +++++++++++++++++++++++++++++++++++++ ch03_14.html | 31 +++++++++++++++++++++++++++++++ ch03_16.html | 31 +++++++++++++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 ch03_13.html create mode 100644 ch03_14.html create mode 100644 ch03_16.html diff --git a/ch03_13.html b/ch03_13.html new file mode 100644 index 0000000..4d0d253 --- /dev/null +++ b/ch03_13.html @@ -0,0 +1,37 @@ + + + + + My first jQuery Mobile code + + + + + + + +
    +
    +

    Buttons

    +
    + +
    +

    www.goodcleanfun.de

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

    unordered list

    +
    +
    +
      +
    • Offline access
    • +
    • Geolocation API
    • +
    • Canvas
    • +
    • Offline storage
    • +
    • New semantic tags
    • +
    +
    +
    +

    www.goodcleanfun.de

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

    ordered inset list

    +
    +
    +
      +
    1. Offline access
    2. +
    3. Geolocation API
    4. +
    5. Canvas
    6. +
    7. Offline storage
    8. +
    9. New semantic tags
    10. +
    +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 69c5afcbe80fe0c6f459605b9c0153f68b148f13 Mon Sep 17 00:00:00 2001 From: Torsten Meissner Date: Mon, 31 Dec 2012 19:34:59 +0100 Subject: [PATCH 30/43] new example of listview --- ch03_15.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ch03_15.html diff --git a/ch03_15.html b/ch03_15.html new file mode 100644 index 0000000..87e24bc --- /dev/null +++ b/ch03_15.html @@ -0,0 +1,31 @@ + + + + + My first jQuery Mobile code + + + + + + + +
    +
    +

    ordered list

    +
    +
    +
      +
    1. Offline access
    2. +
    3. Geolocation API
    4. +
    5. Canvas
    6. +
    7. Offline storage
    8. +
    9. New semantic tags
    10. +
    +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 3ffc8c3c06c8390040ec7c501972601f43a2528f Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 1 Jan 2013 22:42:19 +0100 Subject: [PATCH 31/43] added idea-folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1416706..b912230 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store *.swp *.*#* +.idea From 20b1a9b071ee11644009f2a50063ab43292d9b24 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 2 Jan 2013 01:40:43 +0100 Subject: [PATCH 32/43] 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 From 9b1828163c15975f0c7f184f74abff8e6f300d61 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 2 Jan 2013 02:23:03 +0100 Subject: [PATCH 33/43] new example of a split button list --- ch03_20.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 ch03_20.html diff --git a/ch03_20.html b/ch03_20.html new file mode 100644 index 0000000..aaaf104 --- /dev/null +++ b/ch03_20.html @@ -0,0 +1,47 @@ + + + + + My first jQuery Mobile code + + + + + + + + +
    +
    +

    nested lists

    +
    +
    + +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 5c20f1b36e185d9e286e925955ef7ca215f78091 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 2 Jan 2013 23:40:04 +0100 Subject: [PATCH 34/43] new example of a interactive ordered list --- ch03_21.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ch03_21.html diff --git a/ch03_21.html b/ch03_21.html new file mode 100644 index 0000000..7282ead --- /dev/null +++ b/ch03_21.html @@ -0,0 +1,30 @@ + + + + + My first jQuery Mobile code + + + + + + +
    +
    +

    interactive (ordered) list

    +
    + +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 7b5ddfc7ab5dbdc4dfddfad882f8085094ddbc01 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 2 Jan 2013 23:41:47 +0100 Subject: [PATCH 35/43] new example of a list with aside content --- ch03_22.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ch03_22.html diff --git a/ch03_22.html b/ch03_22.html new file mode 100644 index 0000000..0f27039 --- /dev/null +++ b/ch03_22.html @@ -0,0 +1,37 @@ + + + + + My first jQuery Mobile code + + + + + + +
    +
    +

    list with aside content

    +
    + +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 816a86ce298c292e9b017f18c5d6460f5674dd98 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 2 Jan 2013 23:42:35 +0100 Subject: [PATCH 36/43] new example of a list with text hierarchy --- ch03_23.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ch03_23.html diff --git a/ch03_23.html b/ch03_23.html new file mode 100644 index 0000000..582fe08 --- /dev/null +++ b/ch03_23.html @@ -0,0 +1,34 @@ + + + + + My first jQuery Mobile code + + + + + + +
    +
    +

    list with text hierarchy

    +
    +
    + +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 84dca46e9bd86666ede882b56ad63e0a0ca1dfcb Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 2 Jan 2013 23:42:52 +0100 Subject: [PATCH 37/43] new example of a list with count bubbles --- ch03_24.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ch03_24.html diff --git a/ch03_24.html b/ch03_24.html new file mode 100644 index 0000000..d6cffb9 --- /dev/null +++ b/ch03_24.html @@ -0,0 +1,37 @@ + + + + + My first jQuery Mobile code + + + + + + +
    +
    +

    list with count bubbles

    +
    +
    + +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From 982dbff4ad7251cd9f404b82173e91087685fa9e Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 2 Jan 2013 23:43:10 +0100 Subject: [PATCH 38/43] new example of a list with search filter --- ch03_25.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ch03_25.html diff --git a/ch03_25.html b/ch03_25.html new file mode 100644 index 0000000..5e13562 --- /dev/null +++ b/ch03_25.html @@ -0,0 +1,37 @@ + + + + + My first jQuery Mobile code + + + + + + +
    +
    +

    list with count bubbles & search filter

    +
    +
    + +
    +
    +

    www.goodcleanfun.de

    +
    +
    + + \ No newline at end of file From affa59df4002981185c8f91f5f746d04d8e95570 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 2 Jan 2013 23:47:46 +0100 Subject: [PATCH 39/43] added the new created example html files --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.html b/index.html index 30c786d..63e7e4f 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,19 @@ ch03_10.html ch03_11.html ch03_12.html + ch03_13.html + ch03_14.html + ch03_15.html + ch03_16.html + ch03_17.html + ch03_18.html + ch03_19.html + ch03_20.html + ch03_21.html + ch03_22.html + ch03_23.html + ch03_24.html + ch03_25.html
From 3c95a00eb1db74063dacd05299b8534878b76300 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sat, 19 Jan 2013 00:14:16 +0100 Subject: [PATCH 40/43] new examples of various forms --- ch05_01.html | 40 ++++++++++++++++++++++++++++++++++++ ch05_02.html | 32 +++++++++++++++++++++++++++++ ch05_03.html | 32 +++++++++++++++++++++++++++++ ch05_04.html | 33 ++++++++++++++++++++++++++++++ ch05_05.html | 31 ++++++++++++++++++++++++++++ ch05_06.html | 35 +++++++++++++++++++++++++++++++ ch05_07.html | 40 ++++++++++++++++++++++++++++++++++++ ch05_08.html | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ ch05_09.html | 43 ++++++++++++++++++++++++++++++++++++++ ch05_10.html | 47 ++++++++++++++++++++++++++++++++++++++++++ ch05_11.html | 35 +++++++++++++++++++++++++++++++ 11 files changed, 426 insertions(+) create mode 100644 ch05_01.html create mode 100644 ch05_02.html create mode 100644 ch05_03.html create mode 100644 ch05_04.html create mode 100644 ch05_05.html create mode 100644 ch05_06.html create mode 100644 ch05_07.html create mode 100644 ch05_08.html create mode 100644 ch05_09.html create mode 100644 ch05_10.html create mode 100644 ch05_11.html diff --git a/ch05_01.html b/ch05_01.html new file mode 100644 index 0000000..4b62d17 --- /dev/null +++ b/ch05_01.html @@ -0,0 +1,40 @@ + + + + + My first jQuery Mobile code + + + + + + +
+
+

Simple form with field containers

+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+

www.goodcleanfun.de

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

Form with new HTML5 attributes

+
+
+
+ + +
+
+ + +
+ +
+
+

www.goodcleanfun.de

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

Form with HTML5 date fields

+
+
+
+ + +
+
+ + +
+ +
+
+

www.goodcleanfun.de

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

Form with HTML5 range (slider)

+
+
+
+ + +
+
+ + +
+ +
+
+

www.goodcleanfun.de

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

Form with Flip toggle switch

+
+
+
+ + +
+ +
+
+

www.goodcleanfun.de

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

Form with simple select menu

+
+
+
+ + +
+ +
+
+

www.goodcleanfun.de

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

Form with multiple select menu

+
+
+
+ + +
+ +
+
+

www.goodcleanfun.de

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

Form with multiple select menu

+
+
+
+
+ Color and Size + + +
+
+ Week day and time + + +
+
+ +
+
+

www.goodcleanfun.de

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

Form with multiple select menu

+
+
+
+
+ Delivery options + + + + +
+
+ +
+
+

www.goodcleanfun.de

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

Form with non-native select menu

+
+
+
+ + +
+
+ + +
+ +
+
+

www.goodcleanfun.de

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

Form with non-native select multiple menu

+
+
+
+ + +
+ +
+
+

www.goodcleanfun.de

+
+
+ + \ No newline at end of file From 3d57a0cc00dc6f1be4cabfac1412a883ad3564b9 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sat, 19 Jan 2013 16:36:57 +0100 Subject: [PATCH 41/43] added tab on content of element --- ch05_11.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/ch05_11.html b/ch05_11.html index 4e9eecb..a704858 100644 --- a/ch05_11.html +++ b/ch05_11.html @@ -9,27 +9,27 @@ -
-
-

Form with non-native select multiple menu

-
-
-
- - +
+
+

Form with non-native select multiple menu

+
+ +
+ + +
+ + +
+

www.goodcleanfun.de

- - -
-

www.goodcleanfun.de

-
\ No newline at end of file From 7a3baa12c37574f5461781800b753a8eedc4d6a5 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sat, 19 Jan 2013 16:38:17 +0100 Subject: [PATCH 42/43] new examples of various radiobuttons and checkboxes --- ch05_12.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ ch05_13.html | 46 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 ch05_12.html create mode 100644 ch05_13.html diff --git a/ch05_12.html b/ch05_12.html new file mode 100644 index 0000000..d1ba22b --- /dev/null +++ b/ch05_12.html @@ -0,0 +1,55 @@ + + + + + My first jQuery Mobile code + + + + + + +
+
+

Form with various radio buttons

+
+
+
+ Menu type + + + + + + + + +
+ Menu type +
+ + + + + + + + +
+ Delivery method +
+ + + + + + +
+ +
+
+

www.goodcleanfun.de

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

Form with various checkboxes

+
+
+
+ + +
+ Delivery options +
+ + + + + + +
+ Text format +
+ + + + + + +
+ +
+
+

www.goodcleanfun.de

+
+
+ + \ No newline at end of file From feab777260bc6e95927dda7241f544e92a2d4d74 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Fri, 30 May 2014 12:46:10 +0200 Subject: [PATCH 43/43] moved into subdirectory --- .../ch01_01.html | 0 .../ch01_02.html | 0 .../ch01_03.html | 0 .../ch01_04-0.html | 0 .../ch01_04-1.html | 0 .../ch01_05.html | 0 .../ch01_06.html | 0 .../ch01_07-0.html | 0 .../ch01_07-1.html | 0 .../ch01_07-2.html | 0 .../ch01_08.html | 0 .../ch03_01-0.html | 0 .../ch03_01-1.html | 0 .../ch03_01-2.html | 0 .../ch03_01-3.html | 0 .../ch03_02.html | 0 .../ch03_03.html | 0 .../ch03_04.html | 0 .../ch03_05.html | 0 .../ch03_06.html | 0 .../ch03_07.html | 0 .../ch03_08.html | 0 .../ch03_09.html | 0 .../ch03_10.html | 0 .../ch03_11.html | 0 .../ch03_12.html | 0 .../ch03_13.html | 0 .../ch03_14.html | 0 .../ch03_15.html | 0 .../ch03_16.html | 0 .../ch03_17.html | 0 .../ch03_18.html | 0 .../ch03_19.html | 0 .../ch03_20.html | 0 .../ch03_21.html | 0 .../ch03_22.html | 0 .../ch03_23.html | 0 .../ch03_24.html | 0 .../ch03_25.html | 0 .../ch05_01.html | 0 .../ch05_02.html | 0 .../ch05_03.html | 0 .../ch05_04.html | 0 .../ch05_05.html | 0 .../ch05_06.html | 0 .../ch05_07.html | 0 .../ch05_08.html | 0 .../ch05_09.html | 0 .../ch05_10.html | 0 .../ch05_11.html | 0 .../ch05_12.html | 9 +++++++-- .../ch05_13.html | 2 +- index.html => jquery_mobile-up_and_running/index.html | 0 53 files changed, 8 insertions(+), 3 deletions(-) rename ch01_01.html => jquery_mobile-up_and_running/ch01_01.html (100%) rename ch01_02.html => jquery_mobile-up_and_running/ch01_02.html (100%) rename ch01_03.html => jquery_mobile-up_and_running/ch01_03.html (100%) rename ch01_04-0.html => jquery_mobile-up_and_running/ch01_04-0.html (100%) rename ch01_04-1.html => jquery_mobile-up_and_running/ch01_04-1.html (100%) rename ch01_05.html => jquery_mobile-up_and_running/ch01_05.html (100%) rename ch01_06.html => jquery_mobile-up_and_running/ch01_06.html (100%) rename ch01_07-0.html => jquery_mobile-up_and_running/ch01_07-0.html (100%) rename ch01_07-1.html => jquery_mobile-up_and_running/ch01_07-1.html (100%) rename ch01_07-2.html => jquery_mobile-up_and_running/ch01_07-2.html (100%) rename ch01_08.html => jquery_mobile-up_and_running/ch01_08.html (100%) rename ch03_01-0.html => jquery_mobile-up_and_running/ch03_01-0.html (100%) rename ch03_01-1.html => jquery_mobile-up_and_running/ch03_01-1.html (100%) rename ch03_01-2.html => jquery_mobile-up_and_running/ch03_01-2.html (100%) rename ch03_01-3.html => jquery_mobile-up_and_running/ch03_01-3.html (100%) rename ch03_02.html => jquery_mobile-up_and_running/ch03_02.html (100%) rename ch03_03.html => jquery_mobile-up_and_running/ch03_03.html (100%) rename ch03_04.html => jquery_mobile-up_and_running/ch03_04.html (100%) rename ch03_05.html => jquery_mobile-up_and_running/ch03_05.html (100%) rename ch03_06.html => jquery_mobile-up_and_running/ch03_06.html (100%) rename ch03_07.html => jquery_mobile-up_and_running/ch03_07.html (100%) rename ch03_08.html => jquery_mobile-up_and_running/ch03_08.html (100%) rename ch03_09.html => jquery_mobile-up_and_running/ch03_09.html (100%) rename ch03_10.html => jquery_mobile-up_and_running/ch03_10.html (100%) rename ch03_11.html => jquery_mobile-up_and_running/ch03_11.html (100%) rename ch03_12.html => jquery_mobile-up_and_running/ch03_12.html (100%) rename ch03_13.html => jquery_mobile-up_and_running/ch03_13.html (100%) rename ch03_14.html => jquery_mobile-up_and_running/ch03_14.html (100%) rename ch03_15.html => jquery_mobile-up_and_running/ch03_15.html (100%) rename ch03_16.html => jquery_mobile-up_and_running/ch03_16.html (100%) rename ch03_17.html => jquery_mobile-up_and_running/ch03_17.html (100%) rename ch03_18.html => jquery_mobile-up_and_running/ch03_18.html (100%) rename ch03_19.html => jquery_mobile-up_and_running/ch03_19.html (100%) rename ch03_20.html => jquery_mobile-up_and_running/ch03_20.html (100%) rename ch03_21.html => jquery_mobile-up_and_running/ch03_21.html (100%) rename ch03_22.html => jquery_mobile-up_and_running/ch03_22.html (100%) rename ch03_23.html => jquery_mobile-up_and_running/ch03_23.html (100%) rename ch03_24.html => jquery_mobile-up_and_running/ch03_24.html (100%) rename ch03_25.html => jquery_mobile-up_and_running/ch03_25.html (100%) rename ch05_01.html => jquery_mobile-up_and_running/ch05_01.html (100%) rename ch05_02.html => jquery_mobile-up_and_running/ch05_02.html (100%) rename ch05_03.html => jquery_mobile-up_and_running/ch05_03.html (100%) rename ch05_04.html => jquery_mobile-up_and_running/ch05_04.html (100%) rename ch05_05.html => jquery_mobile-up_and_running/ch05_05.html (100%) rename ch05_06.html => jquery_mobile-up_and_running/ch05_06.html (100%) rename ch05_07.html => jquery_mobile-up_and_running/ch05_07.html (100%) rename ch05_08.html => jquery_mobile-up_and_running/ch05_08.html (100%) rename ch05_09.html => jquery_mobile-up_and_running/ch05_09.html (100%) rename ch05_10.html => jquery_mobile-up_and_running/ch05_10.html (100%) rename ch05_11.html => jquery_mobile-up_and_running/ch05_11.html (100%) rename ch05_12.html => jquery_mobile-up_and_running/ch05_12.html (90%) rename ch05_13.html => jquery_mobile-up_and_running/ch05_13.html (97%) rename index.html => jquery_mobile-up_and_running/index.html (100%) diff --git a/ch01_01.html b/jquery_mobile-up_and_running/ch01_01.html similarity index 100% rename from ch01_01.html rename to jquery_mobile-up_and_running/ch01_01.html diff --git a/ch01_02.html b/jquery_mobile-up_and_running/ch01_02.html similarity index 100% rename from ch01_02.html rename to jquery_mobile-up_and_running/ch01_02.html diff --git a/ch01_03.html b/jquery_mobile-up_and_running/ch01_03.html similarity index 100% rename from ch01_03.html rename to jquery_mobile-up_and_running/ch01_03.html diff --git a/ch01_04-0.html b/jquery_mobile-up_and_running/ch01_04-0.html similarity index 100% rename from ch01_04-0.html rename to jquery_mobile-up_and_running/ch01_04-0.html diff --git a/ch01_04-1.html b/jquery_mobile-up_and_running/ch01_04-1.html similarity index 100% rename from ch01_04-1.html rename to jquery_mobile-up_and_running/ch01_04-1.html diff --git a/ch01_05.html b/jquery_mobile-up_and_running/ch01_05.html similarity index 100% rename from ch01_05.html rename to jquery_mobile-up_and_running/ch01_05.html diff --git a/ch01_06.html b/jquery_mobile-up_and_running/ch01_06.html similarity index 100% rename from ch01_06.html rename to jquery_mobile-up_and_running/ch01_06.html diff --git a/ch01_07-0.html b/jquery_mobile-up_and_running/ch01_07-0.html similarity index 100% rename from ch01_07-0.html rename to jquery_mobile-up_and_running/ch01_07-0.html diff --git a/ch01_07-1.html b/jquery_mobile-up_and_running/ch01_07-1.html similarity index 100% rename from ch01_07-1.html rename to jquery_mobile-up_and_running/ch01_07-1.html diff --git a/ch01_07-2.html b/jquery_mobile-up_and_running/ch01_07-2.html similarity index 100% rename from ch01_07-2.html rename to jquery_mobile-up_and_running/ch01_07-2.html diff --git a/ch01_08.html b/jquery_mobile-up_and_running/ch01_08.html similarity index 100% rename from ch01_08.html rename to jquery_mobile-up_and_running/ch01_08.html diff --git a/ch03_01-0.html b/jquery_mobile-up_and_running/ch03_01-0.html similarity index 100% rename from ch03_01-0.html rename to jquery_mobile-up_and_running/ch03_01-0.html diff --git a/ch03_01-1.html b/jquery_mobile-up_and_running/ch03_01-1.html similarity index 100% rename from ch03_01-1.html rename to jquery_mobile-up_and_running/ch03_01-1.html diff --git a/ch03_01-2.html b/jquery_mobile-up_and_running/ch03_01-2.html similarity index 100% rename from ch03_01-2.html rename to jquery_mobile-up_and_running/ch03_01-2.html diff --git a/ch03_01-3.html b/jquery_mobile-up_and_running/ch03_01-3.html similarity index 100% rename from ch03_01-3.html rename to jquery_mobile-up_and_running/ch03_01-3.html diff --git a/ch03_02.html b/jquery_mobile-up_and_running/ch03_02.html similarity index 100% rename from ch03_02.html rename to jquery_mobile-up_and_running/ch03_02.html diff --git a/ch03_03.html b/jquery_mobile-up_and_running/ch03_03.html similarity index 100% rename from ch03_03.html rename to jquery_mobile-up_and_running/ch03_03.html diff --git a/ch03_04.html b/jquery_mobile-up_and_running/ch03_04.html similarity index 100% rename from ch03_04.html rename to jquery_mobile-up_and_running/ch03_04.html diff --git a/ch03_05.html b/jquery_mobile-up_and_running/ch03_05.html similarity index 100% rename from ch03_05.html rename to jquery_mobile-up_and_running/ch03_05.html diff --git a/ch03_06.html b/jquery_mobile-up_and_running/ch03_06.html similarity index 100% rename from ch03_06.html rename to jquery_mobile-up_and_running/ch03_06.html diff --git a/ch03_07.html b/jquery_mobile-up_and_running/ch03_07.html similarity index 100% rename from ch03_07.html rename to jquery_mobile-up_and_running/ch03_07.html diff --git a/ch03_08.html b/jquery_mobile-up_and_running/ch03_08.html similarity index 100% rename from ch03_08.html rename to jquery_mobile-up_and_running/ch03_08.html diff --git a/ch03_09.html b/jquery_mobile-up_and_running/ch03_09.html similarity index 100% rename from ch03_09.html rename to jquery_mobile-up_and_running/ch03_09.html diff --git a/ch03_10.html b/jquery_mobile-up_and_running/ch03_10.html similarity index 100% rename from ch03_10.html rename to jquery_mobile-up_and_running/ch03_10.html diff --git a/ch03_11.html b/jquery_mobile-up_and_running/ch03_11.html similarity index 100% rename from ch03_11.html rename to jquery_mobile-up_and_running/ch03_11.html diff --git a/ch03_12.html b/jquery_mobile-up_and_running/ch03_12.html similarity index 100% rename from ch03_12.html rename to jquery_mobile-up_and_running/ch03_12.html diff --git a/ch03_13.html b/jquery_mobile-up_and_running/ch03_13.html similarity index 100% rename from ch03_13.html rename to jquery_mobile-up_and_running/ch03_13.html diff --git a/ch03_14.html b/jquery_mobile-up_and_running/ch03_14.html similarity index 100% rename from ch03_14.html rename to jquery_mobile-up_and_running/ch03_14.html diff --git a/ch03_15.html b/jquery_mobile-up_and_running/ch03_15.html similarity index 100% rename from ch03_15.html rename to jquery_mobile-up_and_running/ch03_15.html diff --git a/ch03_16.html b/jquery_mobile-up_and_running/ch03_16.html similarity index 100% rename from ch03_16.html rename to jquery_mobile-up_and_running/ch03_16.html diff --git a/ch03_17.html b/jquery_mobile-up_and_running/ch03_17.html similarity index 100% rename from ch03_17.html rename to jquery_mobile-up_and_running/ch03_17.html diff --git a/ch03_18.html b/jquery_mobile-up_and_running/ch03_18.html similarity index 100% rename from ch03_18.html rename to jquery_mobile-up_and_running/ch03_18.html diff --git a/ch03_19.html b/jquery_mobile-up_and_running/ch03_19.html similarity index 100% rename from ch03_19.html rename to jquery_mobile-up_and_running/ch03_19.html diff --git a/ch03_20.html b/jquery_mobile-up_and_running/ch03_20.html similarity index 100% rename from ch03_20.html rename to jquery_mobile-up_and_running/ch03_20.html diff --git a/ch03_21.html b/jquery_mobile-up_and_running/ch03_21.html similarity index 100% rename from ch03_21.html rename to jquery_mobile-up_and_running/ch03_21.html diff --git a/ch03_22.html b/jquery_mobile-up_and_running/ch03_22.html similarity index 100% rename from ch03_22.html rename to jquery_mobile-up_and_running/ch03_22.html diff --git a/ch03_23.html b/jquery_mobile-up_and_running/ch03_23.html similarity index 100% rename from ch03_23.html rename to jquery_mobile-up_and_running/ch03_23.html diff --git a/ch03_24.html b/jquery_mobile-up_and_running/ch03_24.html similarity index 100% rename from ch03_24.html rename to jquery_mobile-up_and_running/ch03_24.html diff --git a/ch03_25.html b/jquery_mobile-up_and_running/ch03_25.html similarity index 100% rename from ch03_25.html rename to jquery_mobile-up_and_running/ch03_25.html diff --git a/ch05_01.html b/jquery_mobile-up_and_running/ch05_01.html similarity index 100% rename from ch05_01.html rename to jquery_mobile-up_and_running/ch05_01.html diff --git a/ch05_02.html b/jquery_mobile-up_and_running/ch05_02.html similarity index 100% rename from ch05_02.html rename to jquery_mobile-up_and_running/ch05_02.html diff --git a/ch05_03.html b/jquery_mobile-up_and_running/ch05_03.html similarity index 100% rename from ch05_03.html rename to jquery_mobile-up_and_running/ch05_03.html diff --git a/ch05_04.html b/jquery_mobile-up_and_running/ch05_04.html similarity index 100% rename from ch05_04.html rename to jquery_mobile-up_and_running/ch05_04.html diff --git a/ch05_05.html b/jquery_mobile-up_and_running/ch05_05.html similarity index 100% rename from ch05_05.html rename to jquery_mobile-up_and_running/ch05_05.html diff --git a/ch05_06.html b/jquery_mobile-up_and_running/ch05_06.html similarity index 100% rename from ch05_06.html rename to jquery_mobile-up_and_running/ch05_06.html diff --git a/ch05_07.html b/jquery_mobile-up_and_running/ch05_07.html similarity index 100% rename from ch05_07.html rename to jquery_mobile-up_and_running/ch05_07.html diff --git a/ch05_08.html b/jquery_mobile-up_and_running/ch05_08.html similarity index 100% rename from ch05_08.html rename to jquery_mobile-up_and_running/ch05_08.html diff --git a/ch05_09.html b/jquery_mobile-up_and_running/ch05_09.html similarity index 100% rename from ch05_09.html rename to jquery_mobile-up_and_running/ch05_09.html diff --git a/ch05_10.html b/jquery_mobile-up_and_running/ch05_10.html similarity index 100% rename from ch05_10.html rename to jquery_mobile-up_and_running/ch05_10.html diff --git a/ch05_11.html b/jquery_mobile-up_and_running/ch05_11.html similarity index 100% rename from ch05_11.html rename to jquery_mobile-up_and_running/ch05_11.html diff --git a/ch05_12.html b/jquery_mobile-up_and_running/ch05_12.html similarity index 90% rename from ch05_12.html rename to jquery_mobile-up_and_running/ch05_12.html index d1ba22b..37ec325 100644 --- a/ch05_12.html +++ b/jquery_mobile-up_and_running/ch05_12.html @@ -5,7 +5,12 @@ My first jQuery Mobile code - + + @@ -14,8 +19,8 @@

Form with various radio buttons

+ Menu type
- Menu type diff --git a/ch05_13.html b/jquery_mobile-up_and_running/ch05_13.html similarity index 97% rename from ch05_13.html rename to jquery_mobile-up_and_running/ch05_13.html index ec33eda..7d4f9dd 100644 --- a/ch05_13.html +++ b/jquery_mobile-up_and_running/ch05_13.html @@ -5,7 +5,7 @@ My first jQuery Mobile code - + diff --git a/index.html b/jquery_mobile-up_and_running/index.html similarity index 100% rename from index.html rename to jquery_mobile-up_and_running/index.html