2013-11-14 3 views
0

jquerymobile에서 다음 js 코드를 어떻게 참조 할 수 있는지 이해할 수 있도록 도와주세요. Google 뉴스 피드에서 코드화 된 jQueryMobile listview를 채 웁니다. 그러나 나는 그것이 내가 참조 할 필요가있는 "feedContent"ID입니다, 내 html 파일로 전화하거나 내가 JQuery와 모바일에두고 시작해야 가정google 뉴스 피드에서 동적으로 채우는 jQueryMobile listview

https://gist.github.com/poonkave/5405318

이를 참조하는 방법을 확실 해요 목록을 채우기 위해 아래의 코드에서?

<!-- Home --> 
<div data-role="page" id="page1"> 
    <div data-role="content"> 
     <ul data-role="listview" data-divider-theme="b" data-inset="true"> 
      <li data-role="list-divider" role="heading"> 
       Divider 
      </li> 
      <li data-theme="c"> 
       <a href="#" data-transition="slide"> 
        Button 
       </a> 
      </li> 
     </ul> 
    </div> 
</div> 

답변

관련 문제