javascript - Add buttons inside li in dynamically created listview in phonegap JQM -


I should make a presence application in PhoneGap ... I want 2,3 button list in the list of students' names Below its name in ... a Ull will be where Lee will be the name where the name will be shown ... I can not understand how this button can be added to the Li button!

Must be a list view in which the name is li & amp; Just below the name should be a tick button, a cross button and more than 2-3. Another name after thata with another name under this name ... Please help me, how do I get this thing in HTML, Css, javascript, jquery, mobile jquery ...

If anyone can write code at the beginning, it would be very useful ...

thanks, ..

Just add a button to a control group:

  & lt; Ul data-roll = "listview" data-inset = "true" & gt; & Lt; Li & gt; John Smith & lt; Div data-role = "control group" data-type = "horizontal" data-mini = "true" & gt; & Lt; A href = "#" class = "ui-btn ui-corner-all ui-icon-check ui-btn-icon-notext" & gt; Icon only & lt; / A & gt; & Lt; A href = "#" class = "ui-btn ui-corner-all ui-icon-delete ui-btn-icon-notext" & gt; Icon only & lt; / A & gt; & Lt; A href = "#" class = "ui-btn ui-corner-all ui-icon-home ui-btn-icon-notext" & gt; Icon only & lt; / A & gt; & Lt; A href = "#" class = "ui-btn ui-corner-all ui-icon-bars ui-btn-icon-notext" & gt; Icon only & lt; / A & gt; & Lt; / Div & gt; & Lt; / Li & gt; & Lt; / Ul & gt;  


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -