39
39
40
40
.cascading-dropdown-loading {
41
41
cursor : wait;
42
- background : url ('ajax-loader.gif' ) 85% center no-repeat transparent;
42
+ background : url ('res/ ajax-loader.gif' ) 85% center no-repeat transparent;
43
43
}
44
44
</ style >
45
45
< link rel ="stylesheet " type ="text/css " href ="http://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/styles/shCore.css ">
@@ -80,7 +80,7 @@ <h4>Phone finder</h4>
80
80
< option value ="64 "> 64 GB</ option >
81
81
</ select >
82
82
83
- < h4 > Matches < img src ="ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
83
+ < h4 > Matches < img src ="res/ ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
84
84
< ul data-bind ="foreach: phones, visible: phones().length > 0 ">
85
85
< li >
86
86
< span data-bind ="text: maker "> </ span >
@@ -140,7 +140,7 @@ <h4>Phone finder</h4>
140
140
< option value =""> Storage size</ option >
141
141
</ select >
142
142
143
- < h4 > Matches < img src ="ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
143
+ < h4 > Matches < img src ="res/ ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
144
144
< ul data-bind ="foreach: phones, visible: phones().length > 0 ">
145
145
< li >
146
146
< span data-bind ="text: maker "> </ span >
@@ -224,7 +224,7 @@ <h4>Phone finder</h4>
224
224
< option value =""> Storage size</ option >
225
225
</ select >
226
226
227
- < h4 > Matches < img src ="ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
227
+ < h4 > Matches < img src ="res/ ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
228
228
< ul data-bind ="foreach: phones, visible: phones().length > 0 ">
229
229
< li >
230
230
< span data-bind ="text: maker "> </ span >
@@ -290,7 +290,7 @@ <h4>Phone finder</h4>
290
290
< select class ="step3 " name ="storage " multiple ="multiple ">
291
291
</ select >
292
292
293
- < h4 > Matches < img src ="ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
293
+ < h4 > Matches < img src ="res/ ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
294
294
< ul data-bind ="foreach: phones, visible: phones().length > 0 ">
295
295
< li >
296
296
< span data-bind ="text: maker "> </ span >
@@ -306,11 +306,11 @@ <h4>Matches <img src="ajax-loader.gif" data-bind="visible: loading" /></h4>
306
306
</ div >
307
307
308
308
<!-- Scripts here -->
309
- < script type ="text/javascript " src ="http ://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4 /jquery.min .js "> </ script >
310
- < script type ="text/javascript " src ="http ://cdnjs.cloudflare.com/ajax/libs/knockout/2.3.0/knockout-min.js "> </ script >
311
- < script type ="text/javascript " src ="jquery. mockjax.js "> </ script >
312
- < script type ="text/javascript " src ="ajax-mocks.js "> </ script >
313
- < script type ="text/javascript " src ="jquery.cascadingdropdown.js "> </ script >
309
+ < script type ="text/javascript " src ="https ://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2 /jquery.js "> </ script >
310
+ < script type ="text/javascript " src ="https ://cdnjs.cloudflare.com/ajax/libs/knockout/2.3.0/knockout-min.js "> </ script >
311
+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/ jquery-mockjax/1.6.1/jquery. mockjax.min .js "> </ script >
312
+ < script type ="text/javascript " src ="res/ ajax-mocks.js "> </ script >
313
+ < script type ="text/javascript " src ="dist/ jquery.cascadingdropdown.min .js "> </ script >
314
314
< script type ="text/javascript ">
315
315
function viewmodel ( ) {
316
316
this . phones = ko . observableArray ( [ ] ) ;
0 commit comments