i want to put serveral widgets in a li , serveral widget in one line , multi lines in a listview, but i find something wrong with it , is it my configure not right? for exmaple, only the first switch can be seen,the second is invisiable, and the squence of widgets are not same as code below
<div data-role="view" id="foo" data-title="trest1"> <ul data-role="listview" > <li> <span>test</span> <input id="slider" class="balSlider" value="0" /> <a data-role="button">Foo</a> <input type="checkbox" data-role="switch" /> <a data-role="button">Foo</a> <input type="checkbox" data-role="switch" /> <li> <a data-role="button">Foo</a> <a data-role="button">Foo</a> <input type="checkbox" data-role="switch" /> <a data-role="button">Foo</a> <input type="checkbox" data-role="switch" /> </li> </ul>