Skip to main content

Questions tagged [jquery-mobile-listview]

For questions about the jQuery Mobile component Listview, which is used for data display, navigation, result lists, and data entry.

jquery-mobile-listview
0 votes
1 answer
91 views

Filtering an unordered list with jQuery Mobile 1.5

I am in the process of upgrading an app's jQuery and jQuery Mobile to the latest versions, I had to move to jQuery Mobile 1.5 to do so and the search box for my app has disappeared because of this. ...
kbessemer's user avatar
  • 147
0 votes
1 answer
595 views

Sort listview on button click in jQuery Mobile

I'm new to jQuery mobile. I want to be able to sort listview items by pricing (low-high, for example) when a button is clicked. I can't seem to find anything online on how to do it in jQuery mobile. I'...
Bellybot's user avatar
0 votes
0 answers
71 views

Displaying JQuery Mobile icons beside each others above image

I'm trying to display jquery mobile icons beside each other on a ribbon above image but the icons appear on the same place over each other. I tried to give them a relative position and set a margin ...
Monolisky's user avatar
0 votes
1 answer
316 views

JQuery mobile dynamically add toggle switch to listview

I'm Trying to dynamically (on a button click) add a new Listview Item with inside a Toggle switch, but i'm only getting a Checkbox inside. Can someone explain me, what I shall do? Thats my code: <...
cortesis's user avatar
1 vote
0 answers
95 views

Use autodividers and count bubbles together in Listview

I tested the Autodivider feature of the JQM Listview along with the Count bubbles, but i just discovered that they when i set data-autodivider="true" the count bubbles disappears: function ...
deblocker's user avatar
  • 7,657
1 vote
0 answers
123 views

Get checked data from dynamic listview and uplaod to server

In image there 4 list as of now sometimes it will be more and below of 4 //I am just uploading data from listview to server. //After selection of first page listview its going to another page (List ...
Gaurav's user avatar
  • 17
0 votes
1 answer
917 views

how to get value from selected (checkbox) listview and uplaod to server jquery mobile

enter image description here I just want to upload particular selected value (checked) in listview on server. There are any values in list with checkbox so I want to select few of them and wants to ...
Gaurav's user avatar
  • 17
0 votes
1 answer
70 views

How can I move the caption on top in a jQuery Mobile ListView

Given the example jquery mobile listview form <form> <ul data-role="listview" data-inset="true"> <li data-role="fieldcontain"> <label for="name2">Text ...
Ryan Leach's user avatar
  • 4,370
0 votes
1 answer
218 views

Appending items to listview with transition

To simplify my use case as much as possible, I'm receiving a list of filenames from a piece of hardware which I am then looping through and appending to a jquery mobile listview. For each iteration ...
Steve McGuigan's user avatar
0 votes
1 answer
895 views

jquery mobile listview count items after filter

I need some help. I am trying to display the number of visible listview items after filter has been applied, either by a button click or by applying a text filter. The button clicks simply put text ...
nelly2000's user avatar
-1 votes
1 answer
90 views

Calling Tabs inside a Tab? Jquerymobile

I just ran into a Problem. I have a page that has the Tabs widget embeded. The Tabs are working fine. But when I try linking a tab in one Tab the link won't work. <div data-role="tabs"> <...
Nick Müller's user avatar
0 votes
1 answer
265 views

Want joined input tag and icon button on single row

I've tried various permutations but I my result always splits both tags onto separate lines. Basically I want an input box and along side it, I want a + icon button button (thus the + is not inside ...
user avatar
0 votes
1 answer
367 views

How to close a div on second click?

I can't close the div on second click on mobile version, when I click on it for the 2nd time it re-opens, I can just close if I click on another div but that div opens so I have to reload the page to ...
Victor Gavrilovic's user avatar
0 votes
1 answer
160 views

Filter list based on Checkbox value

Ok so I am using: <ul id="residentList" data-role="listview" data-inset="true" data-filter="true" /> //Now follows the list <ul> So this is easy, but what I basicaly also want is a ...
user1702369's user avatar
  • 1,131
0 votes
1 answer
55 views

list view is not loading at initial in jQuery mobile/phonegap

I am trying to make the list. it doesn't appear when I open this page. the list appears after I refresh the opened page Script to : $(document).ready(function() { var url="/appSample/...
ImR's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
16