Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 1.27 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. My list won't take the css in phonegap
  2. <div class="gamelijst" >
  3.                   <ol >
  4.                       <li><p><em>The Netherlands</em> is a country in Northwestern Europe, constituting the major portion of the Kingdom of the Netherlands.</p></li>
  5.                       <li><p><em>The United States of America</em> is a federal constitutional republic comprising fifty states and a federal district.</p></li>
  6.                       <li><p><em>The Philippines</em> officially known as the Republic of the Philippines, is a country in Southeast Asia with Manila as its capital city.</p></li>
  7.                       <li><p><em>The United Kingdom</em> of Great Britain and Northern Ireland is a sovereign state located off the northwestern coast of continental Europe.</p></li>
  8.                   </ol>
  9.               </div>
  10.        
  11. function krijgSpellen(){
  12.  
  13.  
  14.             $.each(jsonopgehaald.games, function(){
  15.                    $(".gamelijst").append("<li><p><em>" + this.name + "</em> is a country in Northwestern Europe</p></li>"); //<a id=" + this.id + " href='' class='large button'>Play</a>
  16.                    });
  17.  
  18.             //$(".gamelijst, $.mobile.activePage").listview('refresh');
  19.         };
  20.  
  21.  
  22. <div class="gamelijst" >
  23.                   <ol >
  24.  
  25.                   </ol>
  26.               </div>