From 7f21febb90f60c922193f50e1bb704893ae5259d Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Sun, 7 Dec 2014 19:33:49 +0100 Subject: [PATCH] ajax e dom --- .idea/encodings.xml | 3 +- .idea/misc.xml | 3 +- .idea/modules.xml | 3 +- .idea/unisa 14-15 tsw.iml | 3 +- .idea/vcs.xml | 3 +- .idea/workspace.xml | 250 +++++++++++++++++++++++++++++--------- ajax.html | 34 ++++++ ajax.php | 11 ++ ajax2.html | 53 ++++++++ ajax2.php | 17 +++ ajax2_json.html | 63 ++++++++++ ajax2_json.php | 16 +++ dom1.html | 28 +++++ 13 files changed, 423 insertions(+), 64 deletions(-) create mode 100644 ajax.html create mode 100644 ajax.php create mode 100644 ajax2.html create mode 100644 ajax2.php create mode 100644 ajax2_json.html create mode 100644 ajax2_json.php create mode 100644 dom1.html diff --git a/.idea/encodings.xml b/.idea/encodings.xml index d821048..e206d70 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,4 +1,5 @@ - \ No newline at end of file + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 8662aa9..1162f43 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,5 @@ - \ No newline at end of file + + diff --git a/.idea/modules.xml b/.idea/modules.xml index d0d4b73..70a7611 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -5,4 +5,5 @@ - \ No newline at end of file + + diff --git a/.idea/unisa 14-15 tsw.iml b/.idea/unisa 14-15 tsw.iml index c956989..6b8184f 100644 --- a/.idea/unisa 14-15 tsw.iml +++ b/.idea/unisa 14-15 tsw.iml @@ -5,4 +5,5 @@ - \ No newline at end of file + + diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..c80f219 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -3,4 +3,5 @@ - \ No newline at end of file + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4014acb..910fe94 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,16 @@ + + + + + + - - + + - - - - - - + + + + + + + + - - - true + + + + + + + @@ -120,7 +131,7 @@ - + - + @@ -143,54 +154,66 @@ + - - + + + - + - - + - - - - - + + + + + + + + + + + + + - + + - - @@ -213,21 +236,23 @@ + - + + + - + - + - @@ -251,14 +276,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - @@ -355,14 +439,62 @@ - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + + diff --git a/ajax.html b/ajax.html new file mode 100644 index 0000000..e886bab --- /dev/null +++ b/ajax.html @@ -0,0 +1,34 @@ + + + + + + + + +

Ciao, Simone è gay?

+

+ + + + + + + + + + + \ No newline at end of file diff --git a/ajax.php b/ajax.php new file mode 100644 index 0000000..2132a7f --- /dev/null +++ b/ajax.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/ajax2.html b/ajax2.html new file mode 100644 index 0000000..e0252a0 --- /dev/null +++ b/ajax2.html @@ -0,0 +1,53 @@ + + + + + + + + +

Ciao, Simone è gay?

+

+ + +
+ + + + + +
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/ajax2.php b/ajax2.php new file mode 100644 index 0000000..d665333 --- /dev/null +++ b/ajax2.php @@ -0,0 +1,17 @@ + $value){ + echo $key,":",$value,";"; + } + + }else + echo "No data yet"; +?> \ No newline at end of file diff --git a/ajax2_json.html b/ajax2_json.html new file mode 100644 index 0000000..15d030f --- /dev/null +++ b/ajax2_json.html @@ -0,0 +1,63 @@ + + + + + + + + +

Ciao, Simone è gay?

+

+ + +
+ + + + + +
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/ajax2_json.php b/ajax2_json.php new file mode 100644 index 0000000..5e10199 --- /dev/null +++ b/ajax2_json.php @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/dom1.html b/dom1.html new file mode 100644 index 0000000..553feea --- /dev/null +++ b/dom1.html @@ -0,0 +1,28 @@ + + + + + + + +
+

ciao

+

ciao

+

ciao

+

ciao

+

ciao

+

ciao

+
+ + + + + + + + + \ No newline at end of file