es funzt! nun muss ich aufräumen und das ganze noch RICHTIG machen.

This commit is contained in:
Manuel Friedli 2014-01-11 12:18:11 +01:00
parent 9db6473085
commit fc2c8ac38a
5 changed files with 33 additions and 11 deletions

View file

@ -30,6 +30,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<body style="padding:0;margin:0;">
<div id="uhr"></div>
<div id="test"></div>
<div class="u"></div>
<div class="u"></div>
<div class="u"></div>
<p id="disclaimer">Created by fritteli, inspired by <a href="http://www.qlocktwo.com/">QLOCKTWO</a>.
<script type="text/javascript" src="uhr-de_CH.js"></script>
<script type="text/javascript" src="uhr-de.js"></script>
@ -46,7 +49,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
width: size + 'px'
});
*/
$('#test').uhr({width:'10em'});
$('div.u').uhr({width:'10em'});
</script>
</body>
</html>