diff --git a/index.html b/index.html index 196a580..e1e21f2 100644 --- a/index.html +++ b/index.html @@ -37,27 +37,7 @@

Swipe 2

-
0
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
+
@@ -91,5 +71,12 @@

Swipe 2

// with jQuery // window.mySwipe = $('#mySwipe').Swipe().data('Swipe'); +$(document).ready(function (e) { + + $('.swipe-wrap').append('
Google products.
'); + $('.swipe-wrap').append('
Google.
'); + $('.swipe-wrap').append('
Google Kaushik.
'); + +}); - \ No newline at end of file +