Skip to main content

All Questions

Tagged with
0 votes
1 answer
374 views

how to make a dropdown list using json format compatible with jquery

I have the following codes that works successfully with js but don't under jquery (precisely jquery mobile 1.4.5). let me describe it : In js folder I have json list that I put into a function ...
ubi's user avatar
  • 51
1 vote
1 answer
3k views

Append JSON Values on button click

I think I'm missing something here. This Jquery Mobile web application is for viewing information about parking lots in a specific city. Basically, the application is loading, parsing and then ...
BigB's user avatar
  • 27
-4 votes
1 answer
172 views

Phonegap app with remote database

PT/EN How do I create an phonegap app and conect to a remote database in an web server just to read some data, like a location of a classroom in a college, showing to user the floor and the building ...
Tiago Silvério's user avatar
1 vote
2 answers
78 views

How do I iterate over a JSON array

I'm loading the following json file from a url: { "Airports": [ { "listing": "East 34th Street Heliport", "iata": "TSS", "type": "heliport", "size": "tiny" ...
JustAProgram's user avatar
0 votes
0 answers
91 views

What is the best way to show a lot of JSON data in a mobile app, without showing all at once?

I am building a mobile app. I'm using PhoneGap and HTML/jQuery for full context. The content I am pulling into a screen on the app is coming from JSON. The JSON output has more than 100 articles to ...
Zach Smith's user avatar
  • 5,600
0 votes
2 answers
369 views

Retrieving data from local storage not working

I can save to local storage, but when I add code to retrieve the data it does not work. I can see the code has been saved as I have checked using F12 in chrome. Any guidance would be appreciated. &...
user3550216's user avatar
1 vote
0 answers
391 views

Jquery Mobile - Ajax call to fetch data from MySql database returning error

Jquery Mobile - Ajax call to fetch data from Json data from MySql database returning error. Here's my code Server code <?php try{ header('Content-type: application/json'); $server = "myurl"; $...
darsh's user avatar
  • 751
0 votes
0 answers
194 views

how to parse more than 20k numbers json data

I do have api which consists more than 20k data, as of now am able to parse data through ajax script and set the value in list view, but its taking more time and responding slowly . How can I improve ...
Gaurav's user avatar
  • 17
0 votes
0 answers
96 views

how to call data in search box at 3rd character

Here am calling input id in ul data input. Whenever there are three characters in input tag, then only ul data input should call. Below is "input id" <input data-type="search" placeholder="Search ...
dhananjay singh's user avatar
0 votes
1 answer
99 views

How to append json from php to a listview?

I loaded a json fuction from a php page and I append it to an UL, Which creates a list.When I delete a row, I reuse the same function to re-append the list; it works, but sometime I have to click ...
Joe's user avatar
  • 32
0 votes
2 answers
96 views

option selects from json object on categories

Hi (sorry for my english), I have this script: <script type="text/javascript"> $(document).ready(function() { var idPlato = decodeURI(getUrlVars()["idPl"]); var url = "http:/...
Osz Ac's user avatar
  • 15
0 votes
0 answers
255 views

How to style json feed output

I would like to style json feed output. I want to be able to arrange it as I want. So far this is my javascript code. I would like to achieve something like this IMG, information's such as age number ...
Mysz's user avatar
  • 1
1 vote
1 answer
72 views

jquery .each array json

Im new in here and this is my first post and i hope someone can help me. im also new to jquery/jquery-mobile, API and JSON im using aspx site, dont know if thats a help. im making a search for ...
Panzer's user avatar
  • 33
0 votes
1 answer
33 views

using jQuery mobile with ajax

I am trying to print a jQuery mobile thing using ajax but it doesn't encode the result as jQuery mobile is supposed to do. This is a simplified version of the part of the javascript code that is ...
Gil's user avatar
  • 55
0 votes
3 answers
253 views

jQuery Mobile: Can't retrieve JSON data to populate list on HTML

I'm only new to jQuery Mobile so I was unsure of what terminology to use in my search so this might be a duplicate. I am trying to create a simple list app using jQuery Mobile and JSON but I can not ...
cigarette_unicorn's user avatar

15 30 50 per page
1
2 3 4 5
26