Tagged Questions
0
votes
0answers
22 views
How could I make jQuery 'list' plugin work together with jQuery Mobile 1.3.1 to make listview-elements sticky?
How could I make the jQuery 'list' plugin work together with jQuery Mobile 1.3.1 to make listview-elements sticky? Refering to this post it should be possible.
In my 'pageshow'-event I call
...
1
vote
1answer
47 views
jQuery Mobile LIMIT list view 25 items
This will be ported to phonegap for a native app. I have a filtered list that contains approximately 1,000 entries. Each entry will have a unique image and unique text. I've been testing it and there ...
0
votes
0answers
24 views
JQuery Search / Filter listview bad Performance - manually trigger search
I have implemented a JQuery listview and enabled the search within this list:
<ul class="poi-list" id="poi-list" data-enhance="false" data-inset="true" data-filter="true" data-role="listview" ...
1
vote
0answers
42 views
nextAll getting objects from a List View not behaving as expected
I copied this solution to make the enter key behave like the tab one, from what it says in the post it should work properly. My problem is that the focus is not changing between the inputs (Text ...
0
votes
1answer
63 views
jQuery Mobile and ajax on load
Well I´ve been breaking my head with this problem for some time, I´ve tried tons of solutions online yet none of them work.
What I need is to feed data from a json to a listview on page load and ...
0
votes
0answers
25 views
JQuery Mobile / Rho listview automatically changes to dialog
I have a mobile page with a listview. If the contents of the list are longer then the mobile viewport, the listview automatically changes to a dialog. If the list fits inside the viewport it says as ...
0
votes
1answer
60 views
How to format a parameter set in a Kendo UI External Template for a ListView?
I have a Kendo UI External Template that looks like this:
<script type="text/x-kendo-tmpl" id="dispositivosTemplate">
<div class="containerElement" style="background-color: transparent" ...
1
vote
1answer
58 views
Rigth click event for asp.net listview item
I have a listview and I need to add a popup opens for right click event. Currently I have implemented it with jquery. But initial load of the page, right click is not working. But if I refresh the ...
2
votes
1answer
76 views
jQuery listviewbeforefilter, limit listview items
I am trying to limit the number of listview items that are visible to 5. The airports variable is a string structured as jsonp. The code is working as shown below but I cannot figure out how to limit ...
0
votes
0answers
43 views
How to remove the listview divider in jQM? [closed]
How to remove the listview divider in jquery mobile's listview?
This is the source :
<div data-role="popup" data-corners="false" id="actionmenu" data-dismissible="false">
...
0
votes
0answers
31 views
jquery json listview details to new page
I am trying to create a list view and then when a list is clicked it opens list details. My json link: http://www.guitarmaddy.com/guitarmaddyapp/hindichords.json
My script :
$.ajax({
...
0
votes
0answers
28 views
jquery mobile imbricated listview and filter
My problem concern the duplication of my filter bar when I populate my listview with a listview (this one not filtered)
More precisely, I start with a filtered listview where each element is the ...
1
vote
1answer
53 views
JQuery Mobile not recognizing list item nested in span tag
I'm currently trying to integrate JQuery Mobile into an XML based web program (Logi Analytics for anyone that cares). The problem is when I try to wrap their reports with JQuery Mobile its breaking ...
0
votes
0answers
249 views
jquery mobile set callback for Remote autocomplete with listview filter
I´m very new to jqm and what i´m trying must be very trivial but i just don´t get it,
I simply want the li´s to be clickable and change the input value
$( document ).on( "pageinit", "#wrapper", ...
0
votes
2answers
82 views
Javascript- Disable listview column once clicked
I have a asp listview that displays columns. If it's edittable it puts the text in a textarea box and allows a user to edit it.
What I'm struggling with is once one address is clicked and being ...
0
votes
2answers
77 views
Jquery Mobile Jsonp from Listview to DetailsPage fiddle included
iam working on a Jquery Mobile Listview that gets Data CrossBrowsed Dynamicly from a .json File.
This Part works fine for me... now i want to display the DetailsPage from an Listview entry but cant ...
0
votes
1answer
42 views
jQuery listview - how to hide list when item is clicked
I'm using jQuery to create a listview and a filter. If the user clicks an item I want the filter to set the text to the item clicked and hide the list. But not permanently! The list needs to come ...
1
vote
2answers
832 views
How to make image center vertically in Jquery Mobile ListView Control?
I have following html,
http://jsfiddle.net/2bWfL/168/
<head>
<title>My Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
...
0
votes
0answers
213 views
Windows 8 style list view using jQuery [closed]
Is there any pure jQuery plugin to show a Windows 8 style list view? It can be created with the Windows 8 store app, but I want to create this using jQuery. How can find some plugin for that?
1
vote
2answers
210 views
jquery mobile list divider formatting
I'm trying to change the style of a list divider in a jquery mobile listview, but no luck so far.
The problem is that I'm using an url inside a list divider, and jquery makes it blue and underlined. I ...
2
votes
1answer
439 views
Jquery mobile listview detail popup
<!DOCTYPE html>
<html>
<head>
<meta charset="iso8858-1">
<meta name="viewport" ...
0
votes
0answers
184 views
jquery-mobile listview inserting split-buttons into DOM after pagecreate
I can't find the answer to this, I've read JQM docs and stackoverflow questions.
I have a listview #lista-principal that needs exactly the same split-buttons
The split-button open-up a popup that ...
0
votes
1answer
68 views
Div scrolling on custom selection of a list item that is hidden below scroll
I am working on a custom control which renders a textbox and below it an ordered list. Let me come to the point directly, in textbox if a user presses up or down, it iterates through the listitems ...
0
votes
0answers
46 views
jQuery Mobile ajax manually
I disabled loading links via ajax by adding this:
$(document).bind("mobileinit",function(){
$.mobile.ajaxEnabled=false;
});
But I have one listview where i do want the links to be loaded via ...
1
vote
1answer
57 views
Remove image in jQuery Mobile li
I want an icon to be toggled in a jQuery listview each time the user clicks a line.
Here is the complete source code.
The following code doesn't seem to work:
$(this).remove('img');
I also tried:
...
0
votes
0answers
90 views
Jquery Dynamic List not showing thumbnail image
I'm very new to programming so I've created a dynamic Jquery list which renders information from my localhost database in order to learn how things work. All the data is being pulled over to the list ...
0
votes
1answer
41 views
PhoneGap, Jquery List when clicked I need to run some javascript
I have a phonegap app setup which has several "page" elements. What I'd like to do is when a user clicks a link from a ListView to load the content into one of my "pages" called "fullview"
Currently ...
0
votes
0answers
169 views
KendoUI Mobile listview ghost click
Im facing a problem with Kendo's listview which has been there for quite some time now. If I bind the listview to a function using the data-click, that function is triggered twice as if there is a ...
0
votes
1answer
146 views
Kendo UI Mobile - “Add to homescreen” issue on iOS devices
I have a problem with iOS devices with my mobile web app using Kendo's mobile framework. Here is the issue:
Currently, loading the web app from the Safari browser is totally fine. Everything ...
1
vote
1answer
569 views
Dynamically change icon in jQuery Mobile listview
When I dynamically change the icon, it does not reflect the change on the page, even though in the markup it was changed.
Example:
<ul data-role="listview" data-autodividers="true" ...
0
votes
2answers
66 views
Jquery List Selection Variable
I have this Jquery list element being used with a sample app I'm using to teach myself coding. I have various values being rendered onto the list just fine. The problem that lies is that I'm trying to ...
0
votes
1answer
55 views
Jquery empty() listview
I was wondering about how to empty a list in a proper way.
Is it better to have a list in a div and then empthy the div or the list?
I know this is a lame question but please help my understand this ...
0
votes
1answer
145 views
How to show alert after selecting listview jquery
HI guys this is going to seem like the most stupid question ever possible but the site that was helping me go through this is undergoing maintanence. I am in the early stages of learning jquery mobile ...
1
vote
1answer
625 views
Jquery Mobile List Click
I've created a mobile listview below with Jquery and it's rendering just fine. What I want some help with is when you click on a particular list element - right now I have it set that it goes onto a ...
2
votes
1answer
163 views
jquery mobile Autodividers in Listview with thumbnail
I'd like to create a dynamic listview thanks to jquery mobile.
It works but if I put any thumbnail in the li of the listview there is no more auto dividers.
Any idea ?
Thanks
0
votes
0answers
207 views
JQUERY Mobile Database Results Retrieval List View
I am trying to build a dynamic jquery mobile list view based off results from a database. I have the following code:
<script type="text/javascript">// <![CDATA[
$(document).ready(function() ...
0
votes
1answer
73 views
Select sibling values of HTML
Having troubling select the sibling values of my ListView with jQuery. Here is the jQuery syntax I'm trying but when I debug in firebug writing to console it says everything is undefined but when i ...
0
votes
1answer
59 views
Jquery listview is not updated
Hi I have problems with updating my lists when jumping between sections in my html page.
This is just a formating problem I guess because all the rows is presented right so the xml read is right.
I ...
1
vote
1answer
292 views
Add text to input field instead of replacing it with ListView + jQuery Mobile
What I am trying to accomplish:
Clicking a button adds a word to filter the jQuery Mobile ListView.
HTML:
<ul data-role="listview" data-theme="a" data-divider-theme="c">
...
1
vote
1answer
312 views
Triggering function from jQueryMobile “slide panel”, “list view”
In my jQueryMobile app I'm using slider for search part of application. When slider is opened and user writes "word to search" into search panel, list view of found results is printed out in format:
...
1
vote
2answers
256 views
the link won't display properly on jquery mobile after append
I am trying to output the link in list "li" from json data and pass it to jquery mobile elements. But the link on "li" seem output like regular link (link with blue color instead of properly listview ...
0
votes
1answer
297 views
How to get items of web listview kendo ui
I want to know how to get item of listview in kendo ui web.
Here's my code,
var listView = $("#listView").data("kendoListView");
var children = listView.items()[1];
children.css({backgroundColor : ...
3
votes
1answer
417 views
jquery mobile + backbone: cannot call methods on listview prior to initialization
im just trying to combine the advantages of backbone.js and jquery mobile. im developing for mobile devices and im currently trying to develop a dynamic list, for debug logging messages. imagine you ...
0
votes
3answers
758 views
PhoneGap jQueryMobile listview not displaying correctly on secondary pages
I am developing a PhoneGap app with jQueryMobile. My problem is the listview is not displaying correctly on the albums page, but is on the home page. I am using the same data-theme for both.
...
0
votes
1answer
150 views
What is the technique to dynamically build out collapsible data sets in jQuery Mobile
I can only assume that what I am trying to do is a very common requirement when working with dynamic javascript applications.
For this particular example, I want to request detailed test results via ...
0
votes
1answer
56 views
Cannot position the page navigation DIV from ASP.NET listview
I have this page: http://quotestemple.com/Quotes/Words/Photography/All/Page1
And jquery.isotope plugin to order the white boxes, but the problem is that the page navigation is inside a listview and ...
0
votes
0answers
424 views
jQuery Mobile Listview: Set selected index and show selected item
I'm writing my first jQuery Mobile web app and searching for a way to show the content of a listview item directly when only one item is in the listview (so that the user doesn't need to click at a ...
0
votes
3answers
93 views
Clicking on an item in the listview do not run the onclick
I have a ListView of Jquery.
Clicking on each item passes to another page:
This is the list:
I fill it in the code as follows:
function FillList() {
var UL= $('#MyList');
for (var i = ...
1
vote
0answers
367 views
jquery mobile listview hide and show then cannot search
Using the Jquery Mobile 1.2 there is a problem where if you have a listview, and you hide and then show the child, the said child cannot be searched.
without tying to explain in words, see this:
...
1
vote
1answer
141 views
JQuery mobile listview refresh icon
I'm changing the icon on list item ('li') and the list is not refreshed. The code snapshot:
var listview = $('<ul data-role="listview" data-inset="true">');
...
var button = $('li#' + id, ...


