Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
pub:ios-apps [2014/10/21 09:20] Marco Kragepub:ios-apps [2014/10/21 13:28] Marco Krage
Zeile 2: Zeile 2:
  
 <html> <html>
 +<style>
 +.app {
 +  list-style: none;
 +  overflow: auto;
 +  margin-bottom: 1em;
 +}
 +.app .icon{
 +  float:left;
 +  margin-right: .5em;
 +}
 +.app .icon img {
 + max-width: 42px;
 + height: auto;
 +}
 +</style>
 <div id="apps"> <div id="apps">
 Castro 723142770 fooo //tydligapp.com/ #ein postcast Castro 723142770 fooo //tydligapp.com/ #ein postcast
Zeile 14: Zeile 29:
 Tweetbot 722294701 #Twitter Tweetbot 722294701 #Twitter
 finanzblick 401912744 #Kontostand finanzblick 401912744 #Kontostand
-Photosynt 430065256 #Pano+Photosynth 430065256 #Pano
 Photosphere 904418768 #Pano Photosphere 904418768 #Pano
 Hyperlapse 740146917 #Timelapse Hyperlapse 740146917 #Timelapse
Zeile 25: Zeile 40:
 <script> <script>
 String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g, '');}; String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g, '');};
-$(function(){+jQuery(document).ready(function($){
  
   var data = $('#apps').text();   var data = $('#apps').text();
Zeile 31: Zeile 46:
   console.log('apps', apps);   console.log('apps', apps);
   updateLayout('#apps', apps);   updateLayout('#apps', apps);
- 
-}); // END jQuery.ready 
- 
  
 function parseData(data) { function parseData(data) {
Zeile 106: Zeile 118:
   });   });
 } }
 +
 +}); // END jQuery.ready
 </script> </script>
 <script id="app-tpl" type="text/template"> <script id="app-tpl" type="text/template">