From 7a3baa12c37574f5461781800b753a8eedc4d6a5 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sat, 19 Jan 2013 16:38:17 +0100 Subject: [PATCH] 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