File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 6
6
< link href ="css/main.css " rel ="Stylesheet " type ="text/css " />
7
7
</ head >
8
8
< body >
9
-
9
+ < div id =" loader " >
10
10
< div data-bind ="template: { name: templatoUse , foreach: feature } "> </ div >
11
+ </ div >
11
12
12
-
13
-
14
- < script type ="text/html " id ="f4x4-template ">
13
+ < script type ="text/html " id ="3by3Template ">
15
14
< h3 data-bind = "text: title" > </ h3 >
16
- < p > Credits : < span data - bind = "text: description" > < / span > </ p >
17
-
15
+ < p > Credits : < span data - bind = "text: description" > < / span > </ p >
18
16
</ script >
19
17
20
-
21
- < script type =" text/html " id =" Script1 ">
18
+ < script type =" text/html " id =" 4by4Template " >
19
+ < div style = "background: #ccc; ">
22
20
< h3 data-bind = "text: title" > </ h3 >
23
21
< p > Credits: < span data-bind = "text: description" > </ span > </ p >
22
+ </ div >
24
23
</ script >
24
+
25
+ < div id ="myloader ">
26
+
27
+ </ div >
28
+ < div id ="loadMore ">
29
+ < button > load me</ button >
30
+ </ div >
31
+
25
32
26
33
27
34
<!--js assets!-->
35
+
28
36
< script type ='text/javascript ' src ='js/knockout-3.1.0.js '> </ script >
37
+ < script type ='text/javascript ' src ='js/jquery-1.8.2.min.js '> </ script >
29
38
< script type ='text/javascript ' src ='js/main.js '> </ script >
30
39
</ body >
31
40
</ html >
You can’t perform that action at this time.
0 commit comments