从谷歌新闻源动态填充jQueryMobile列表视图

时间:2013-11-14 15:05:32

标签: javascript jquery html5 jquery-mobile

请有人帮我理解我如何在jquerymobile中引用以下js代码。编码动态地从谷歌新闻源填充jQueryMobile列表视图。但我不确定如何将其称为我的html文件,或引用它

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

我认为我需要在jquery mobile中开始这个,是否需要在下面的代码中引用“feedContent”ID来填充列表?

<!-- 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>

1 个答案:

答案 0 :(得分:1)

如果其他人正在寻找jquery移动Twitter推送解决方案,这就是我发现和使用的。正是我需要的。

http://www.jasonmayes.com/projects/twitterApi/