aggiunta var diopporco
This commit is contained in:
parent
df6ec1d2ba
commit
7693a3d3eb
3 changed files with 9 additions and 6 deletions
|
@ -12,9 +12,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>arkiwiJsBoilerplate</title>
|
||||
<meta name="description" content="Arkiwi JS Boilerplate">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
||||
<!-- build:css styles/vendor.css -->
|
||||
<!-- bower:css -->
|
||||
|
@ -49,9 +50,9 @@
|
|||
</div>
|
||||
<!-- build:js scripts/vendor.js -->
|
||||
<!-- bower:js -->
|
||||
<script src="bower_components/jquery/dist/jquery.js"></script>
|
||||
<script src="bower_components/mustache/mustache.js"></script>
|
||||
<script src="bower_components/bower-parseuri/parseuri.js"></script>
|
||||
<script src="../bower_components/jquery/dist/jquery.js"></script>
|
||||
<script src="../bower_components/mustache/mustache.js"></script>
|
||||
<script src="../bower_components/bower-parseuri/parseuri.js"></script>
|
||||
<!-- endbower -->
|
||||
<!-- endbuild -->
|
||||
|
||||
|
|
|
@ -18,9 +18,11 @@ $(document).ready(function () {
|
|||
|
||||
arkiwi.path("XM24", function (listone) {
|
||||
var dioporco = Mustache.render(template, listone);
|
||||
});
|
||||
$(".row").append(dioporco);
|
||||
},true);
|
||||
});
|
||||
|
||||
|
||||
var arkiwi = new ARKIWI.Arkiwi('http://www.arkiwi.org');
|
||||
arkiwi.search('Ampioraggio', function (result) {
|
||||
console.log('Ricerca...');
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
--------------------------------------------------------------------------------------------------------------------- */
|
||||
$(document).ready(function () {
|
||||
var arkiwi = new ARKIWI.Arkiwi('http://www.arkiwi.org');
|
||||
$.get("./templates/list.txt", function (template) {
|
||||
$.get("templates/list.txt", function (template) {
|
||||
|
||||
arkiwi.path("XM24", function (listone) {
|
||||
var dioporco = Mustache.render(template, listone);
|
||||
|
|
Loading…
Reference in a new issue