Heeft Don Luxemburg al ingehaald?: verschil tussen versies
Uit WikiMeneer
Regel 5: | Regel 5: | ||
font-size: 64px; | font-size: 64px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
<style> | <style> | ||
Regel 107: | Regel 102: | ||
<script> | <script> | ||
function fix() { | function fix() { | ||
− | + | var url = 'https://www.googleapis.com/youtube/v3/channels?part=statistics&id=UCU0TjDaglN5awRHKY_tThzA&key=AIzaSyA5yomMl6Eg6qV6BhjYBYQtqZTXnoreK0c'; | |
− | + | $.getJSON(url, function(data) { | |
− | + | $('#odometer').html(data.items[0].statistics.subscriberCount); | |
+ | |||
} | } | ||
</script> | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
− | + | <div id="odometer" class="odometer">0</div> | |
<input id="getal" value=""> | <input id="getal" value=""> | ||
<button type="button" onclick="fix()">toepas</button> | <button type="button" onclick="fix()">toepas</button> | ||
</body> | </body> | ||
</html> | </html> |
Versie van 9 aug 2017 om 15:57
0