Mercurial > hg > nodescore
comparison www/m/js/nodescore-client.js @ 32:c4719d1b7633
svg mods
author | tzara <rc-web@kiben.net> |
---|---|
date | Sun, 19 Aug 2012 21:44:23 +0000 |
parents | e4d2a8eb1450 |
children | ea8d61c851c0 |
comparison
equal
deleted
inserted
replaced
31:e4d2a8eb1450 | 32:c4719d1b7633 |
---|---|
105 function pageTurnB(unit) { | 105 function pageTurnB(unit) { |
106 var units=6; | 106 var units=6; |
107 var next=(((unit+1)%units)+units)%units | 107 var next=(((unit+1)%units)+units)%units |
108 console.log("HOP TURN" + unit+ "next:" + next); | 108 console.log("HOP TURN" + unit+ "next:" + next); |
109 $("#live").load("music.html #"+unit +" *"); | 109 $("#live").load("music.html #"+unit +" *"); |
110 $("#preview").html("<h3 style='background:transparent; position: absolute; bottom:14px; right:14px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='400'>") | 110 $("#preview").html("<h3 style='background:transparent; position: absolute; top:14px; right:14px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='400'>") |
111 } | 111 } |
112 | 112 |
113 //////////////////////////////////////////////// | 113 //////////////////////////////////////////////// |
114 | 114 |
115 /* | 115 /* |