English 中文(简体)
方济会国际没有在我的手里搜索。
原标题:FIlter is not searching in my app

In my App , I have a filter, It needs to search for two listviews. please where i did wrong. i am not getting results of second listview.

<ul data-role="listview" data-filter="true" data-inset="true" data-theme="c" data-dividertheme="b">
        <li data-role="list-divider">Quickshops</li>
        <li><a href="#">Yours previous orders</a></li>
        <li><a href="#">Your Shopping Lists</a></li>

        <li><a href="#">Your Favorites</a></li>

    </ul>

    <ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
        <li data-role="list-divider">Whats Good</li>
        <li><a href="">Configuring defaults</a></li>
        <li><a href="">Events</a></li>

        <li><a href="">Methods &amp; Utilities</a></li>
        <li><a href="">Responsive Layout</a></li> 
        <li><a href="">Theme framework</a></li>
    </ul>
问题回答

诚布公data-inset="true", 载于您第二份名单的data-filter="true> 观点

或许有助于在第二个方面建立<代码>数据-过滤器=“真实”!





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签