Skip to main content

All Questions

Tagged with
0 votes
0 answers
42 views

How can I change a class and keep it in a Nav menu with jQuery mobile

I spend about all the after noon looking to solve that issue (I work with jQuery mobile 1.4.5). I dynamically create a menu at the footer, this way: $(document).on("pagebeforecreate", ...
pierrot10's user avatar
  • 129
-1 votes
1 answer
155 views

Jquery Mobile : listview remote autocomplete official demo not working

I'm implementing a remote autocomplete on a listview (Jquery Mobile 1.4.5) based on the official example : https://demos.jquerymobile.com/1.4.5/listview-autocomplete-remote/ . The official demo is ...
Le vieux sage's user avatar
0 votes
1 answer
121 views

jquery mobile listview not formatting the list

guys im trying to implement jquery mobile listview just as this example with thumbnails http://demos.jquerymobile.com/1.4.3/listview/ however, if i copy past the source code into my html it works ...
ali shark's user avatar
0 votes
1 answer
82 views

Listview refresh not working on dynamic

I've been trying for about 10 hours now with no avail to refresh my listview through jquery. I'm dynamically loading a list and it wont refresh to obtain the styling.. What in the flying fudge am I ...
Gavin Soady's user avatar
0 votes
0 answers
51 views

add separator listview jquery mobile

i have jquery mobile list view. can anybody help me please, to customize this listview. i want to customize the separator between list, so its will look like this here is my code <script src="...
Def's user avatar
  • 115
0 votes
2 answers
879 views

Javascript Print <li> with data-name

I'm trying to use JavaScript to generate JQuery ListView, once I click on the listview item it will show an alert message. In the demo I found in Stack Overflow it works perfectly. Once I try to ...
Jake Cube's user avatar
  • 143
1 vote
1 answer
99 views

JQuery mobile dynamic split button list view

I'm new in jquery mobile. I'm trying to do a dynamic split button list view. The first button is working fine that means when it is clicked, the item list name is passed to the "gotoQuantity(this)" ...
Stephen's user avatar
  • 29
0 votes
1 answer
373 views

How to change vertical listview to horizontal in jQuery mobile

I know in jQuery Mobile all listview have a default value as vertical list, but I want to show in my application as a horizontal listview. Does someone have a solution or does jQuery Mobile support ...
Thịnh Kều's user avatar
0 votes
2 answers
246 views

Dynamically adding items to listview (jQuery mobile)

How i can you pull out of the object's data and dynamically add them to the listview function (){ var person = { title: "ddd", mes: "sss", op: {}, tel: 2 }; } the ...
TKRE's user avatar
  • 126
0 votes
1 answer
101 views

How to make a collapsible data-role="list-divider"?

I'm trying to create a jQuery mobile formatted content listview like the demo on the jQuery Mobile site. What I'd like to have is the data-role="list-divider" be collapsible. I've tried to have the &...
Brad's user avatar
  • 1,039
1 vote
1 answer
673 views

Dynamic listview to Details view page in Jquery mobile

I have manage to create an Dynamic listview in Json but I want to do details view when I click that listview in Jquery mobile,When I click that Dynamic list I want to get more details about that list. ...
Abdul Rahman's user avatar
0 votes
1 answer
59 views

jQuery Mobile responsive thumbnail in listview

Simply put, I want to have the thumbnails in a JQM listview hide when the device is not wide enough to support them. I can technically accomplish that, but the space is not being re-used (which is ...
Scott Hunter's user avatar
  • 49.5k
1 vote
1 answer
766 views

Possible to make a list item appear first via css?

I have a jquery mobile listview, and I'd like to make one of the li items appear first in the list via css without moving the li item in the code. I don't want the li item to be in a fixed position (...
CJ de Heer's user avatar
0 votes
1 answer
515 views

Events for listview with filter on jquery mobile

When i use the filter for a listview, jQuery Mobile adds 2 class on my list but i dont want them: .ui-li-static and .ui-body-inherit I need to remove those class AFTER the filter is complete. <...
faube's user avatar
  • 1
0 votes
1 answer
63 views

How to initialize listview with search filter

How do I initialize listview with filter . I tried the following and it doesn't remove what I entered previously in search field of listview. $(document).on('pagebeforeshow', '#addLocations', ...
user avatar

15 30 50 per page
1
2 3 4 5
28