0
votes
4answers
47 views

ajax send string but php do not response

I want to send a string via Ajax to a php-script on my webpage, but the script doesn't response:( Js: $(document).ready(function(){ $("#send").click(function() { $.ajax({ url: ...
0
votes
0answers
13 views

Events not showing up in Fullcalendar trough json feed

I'm trying to get events in my calendar trough a JSON feed. $('div[id*=calendar]').fullCalendar({ header: { left: 'prev,next today', ...
0
votes
1answer
30 views

HtmlDecode() does not appear to be working

I am sending some parameters to a c# webmethod with ajax from an aspx page. I have had to encode the comments and use a replace to remove the apostrophes as i just could not find a way to remove the ...
1
vote
5answers
38 views

Return json on exit php

I have been using $.getJSON in order to verify if a script has done its job properly, using exit("{'status':true}") (or false) but now I need the script to return a value (or an array). I see that I ...
0
votes
4answers
47 views

Why can't I append to my JSON object? (jQuery/Javascript)

I'm using the following code in an attempt to add a new attribute to bar object: $(document).ready(function(){ $('form').on("submit",preventDefault); }); function preventDefault(e) { ...
0
votes
0answers
33 views

ASP.NET MVC action is not being called on huge JSON

I use asp.net mvc 2.0 and jquery for my web application. when I tried to call a MVC action by Jquery Ajax with a JSON object about 30K, my server action did not get called. I searched for a solution ...
0
votes
3answers
31 views

Replace part of a string (an HTML code) with /n line break for textarea

I have a form with textarea. When I add the info from the form to the DB, I replace the /n line break from that textarea with a < br> tag, like that: ...
0
votes
0answers
41 views

How to pick the nearest GPS Value in jQuery?

I'm new to java and I'm trying some stuff on jQuery mobile. I can get the current GPS location and I have array/json with a list of location information. How do you check the nearest location from the ...
0
votes
1answer
41 views

load images in ascending order by id

I am reading Images by json . i have total 16 images .. i want to read images by Ascending order like . id1,id2,id3 and so on . Currently they are loading in descending order ...
1
vote
2answers
58 views

ajax call with a return json never catch in success

today i'm trying to get a var from my ajax call : $.ajax({ type: "POST", url: "insert", data: { title:title, start:dstart, end:dend }, contentType: "application/json", dataType : ...
1
vote
2answers
24 views

Not getting data from JSON file

I am executing this code: var element=null; $.ajax({ type: 'GET', async: false, url: "C:\Users\myDir\Desktop\Project\jsonfile.json", dataType: 'json', success ...
3
votes
3answers
29 views

Accessing details of ajax response JSON

I have a really stupid beginner jquery question, even if I saw a lot of similar question here: From PHP with ajax I send this: public function to_json() { return json_encode(array( 'test_id' ...
1
vote
1answer
40 views

Node.js loops and JSON building

Respected ppl .... This is my node.js code ... https://gist.github.com/SkyKOG/99d47dbe5a2cec97426b Im trying to parse the data of our exam results ...example ... ...
2
votes
1answer
63 views

Not able to read JSON file

I have following code for reading a JSON file.It is giving no error but i am getting null in the variable: var myData = null; $.ajax({ type: 'GET', async: false, url: 'myJson.json', ...
1
vote
1answer
50 views

javascript variable is 'null' or 'undefined' after loading it from a local JSON file

I'm trying to create a javascript variable my_jason from the contents of a JSON file "gunsList.json" (both are stored within the same folder on my machine). I seem to be having the same issue that ...
1
vote
1answer
28 views

Jquery: Wrap dynamically created content sourced from API

I am using the Tumblr API to create a news feed on my site. Currently, for each post the API returns: <div class="posttitle">TITLE</div> <div class="postbody">content</div> ...
0
votes
1answer
21 views

JSON Returned From Rails Server via AJAX fails to run

I have a simple ajax post to the server.. $(".invite-team-members-submit-btn").click(function() { $.post("invite_team_member", { token: $("#token").val(), email: $("#email").val(), ...
0
votes
2answers
35 views

Display PHP JSON data with jQuery/AJAX

So I have this on the PHP side: //enclosed in for loop start $titleArray[] = $title; $idsArray[] = $id; //enclosed in for loop end After the loop runs, the arrays are populated, here is a var_dump ...
1
vote
3answers
34 views

Javascript array access outside function

I'm trying to get json data with $.getJSON and it's working fine. This is my code: $(document).ready(function(){ var MainArray = new Array(); $.getJSON('check-location.php?onload=true', ...
0
votes
1answer
58 views

Populating a second dropdown using ColdFusion, jQuery, and Ajax

I have one dropdown that has 14 values. Depending on the value chosen, it'll query a SQL Server database and return some clients to display in a second dropdown. I want that 2nd dropdown to use the ...
1
vote
2answers
30 views

Is there a more efficient way to map form elements to jSON string in a form submit?

I am creating a mobile app which relies on jSON to submit forms to a database. I have my submit function: function sendJson(service, method, json) { var request = $.ajax ({ type: 'POST', ...
0
votes
0answers
13 views

how can i convert this basic jquery plugin to use with zepto?

im using a xml file to convert xml into JSON, i have this jquery plugin which works well, and its easy to use, but i have decided to use zepto which is lightweight especially for mobile. but i really ...
1
vote
1answer
31 views

Problems with Jquery .get() jqXHR shows a valid return, but calls .fail()

The Code: function readfile(company) { var url = "JSON/" + company + ".json" $.get(url,function(data){ parse(data) }) .fail(function(jqXHR, textStatus, ...
1
vote
1answer
40 views

How to put into HTML code that will load data from another server?

I am interested in the functionality of Disqus - a user will put code from Disqus and this code will remotely fetch the data necessary. Here's an example of what Disqus provides the user: <script ...
0
votes
1answer
57 views

Use a PHP variable in Javascript in same document

I have a question about using data (obtained in PHP) in Javascript. This is what I do for now: file index2.html <div class="container"> <form class="well"> <label>Your ...
1
vote
1answer
33 views

Jquery getJSON is not working within MVC3

Hi I am trying to do a getJSON but for some reason it is silently failing. Here is the code: $("#distanceMiles").change(function () { $("#distanceMiles ...
0
votes
2answers
28 views

Can't save information from getJSON into var

Could anyone explain to me why the following is happening. First of all see my code below. Trying to get data via a JSON request and save it for later use. var entities; ...
0
votes
1answer
15 views

jqGrid - error when JSON has no 'rows' data with jsonReader

Using jqGrid with Fusion Tables, if the JSON returns with results it works fine, but if there are no results then because obj.rows doesn't exist, the page breaks when trying to check the length. Is ...
0
votes
1answer
32 views

json parse an object recieved after firing a query in ajax

I have a structure in my DOM which looks like window>object>payload>records>0>Object { attributes={...}, Id="a0E90K", Name="David", more...} ...
0
votes
1answer
20 views

Same Origin Policy Error , jQuery

I am developing the front-end(html-jquery) and back-end(php) of a Web Service. I am developing in my localhost using XAMPP(Apache). I was keeping my front-end and back-end inside different projects on ...
1
vote
3answers
60 views

Saving multiple times on single click

i have a search text box ,search result will show a graph ,i am saving that result in DB But first time it will save properly ,second time it will save 2 times ,third time 3 times , ...
1
vote
1answer
33 views

Getting Details from one Dynamic Page to Another - Re-Post

After some wrestling with almost every line of code written for the JoomShopping component I beleive I have found what should be the answer to all my woes. When activating the "Buy" button in the ...
2
votes
1answer
34 views

Save the contenteditable changes in json file using php ajax

I was trying to make a page content editable using html 5 and save the data in json file for later use. I would also like if the page loads using AJAX just the part which is edited and a php file ...
-1
votes
0answers
17 views

Renew data in amchart

I made a chart using amcharts. I take the data for chart using this code var chart; var chartData = []; $.getJSON('f2.php', function(data) { $.each(data, function(key, val) { ...
0
votes
1answer
34 views

Concat JSON array objects without index 0 undefined

This is a basic question but I'm just curious about an elegant way to do something (I already have solution for dirty way). I have the code below to start with empty var a as JSON array. Then I want ...
1
vote
2answers
69 views

Getting CSS data from file using jquery

I want jQuery to select a background-color from a css class which isn't in the document (although the hover uses the same color). This is the code I've got at the moment: <a id='changetext1'> ...
0
votes
0answers
36 views

Differences between JSON response with Safari and Safari Mobile

I noticing some strange behavior between different browsers with a JSON response. The browser i'm having the issue with is Safari Mobile, specifically the iOS simulator. I'm using Codeigniter and am ...
0
votes
1answer
37 views

Loading data from external json file with javascript or jquery

I'm looking into dynamically using data from an external json file into my javascript. I must have misunderstood how to call the file because for the moment I can't even access the data... So theres ...
0
votes
0answers
9 views

JSON Webservice timing out

Little background on our environment. Running ASP.NET 4.0 / C# utilizing JSON web services. On the application side, we utilize JQuery/Javascript to communicate with the database. Below is an ...
-2
votes
3answers
43 views

How to catch a response in a “POST” request? [closed]

I have an html/jQuery webPage and a PHP server. From the webPage i am making a "post" request to my server like this : var data = '{"deviceUUID":"' + userId + '"}' $.ajax({ ...
1
vote
2answers
18 views

How do I store JSON data in an Underscore template?

I would like to store a JSON object or string in an Underscore template. <script id="report_field_template" type="text/template"> <div data-options="<%= options %>" role="<%- ...
1
vote
1answer
33 views

SyntaxError: invalid label parsing json response

Im getting this response back from jquery from my WS request. { "SkyWinResponse": { "statuscode": 0, "message": "ok\n ", "rowsaffected": 1, "results": { ...
0
votes
1answer
19 views

Referring to parent loop from a nested loop

Here's what I'm trying to achieve: I have 2 tables in my db - 'regions' and 'distributors', both have a region_id column. What I want, is to: 1) iterate through the 'regions' table, for each region ...
0
votes
1answer
50 views

jquery fullcalendar with colored events

I'm new in query and I have a problem with fullcalendar (http://arshaw.com/fullcalendar/). I want to color events depending on their types. js: $(document).ready(function () { ...
-1
votes
1answer
37 views

How to get cross-domain JSON from jQuery?

I am trying to get JSON (getJSON()) from server that doesn't have support for jsonp implemented. Namely, when adding callback=? to the URL, the server does return the data, but it returns pure JSON ...
0
votes
0answers
38 views

Issues in d3 scales

I am currently exploring D3 charts. Its pretty impressive. I have a chronology slider. On moving the slider, the data would vary. On click of any circle, we are trying to plot bar graph for that ...
0
votes
3answers
55 views

jQuery $.ajax method displays error status

the webservice looks like using System;<br/> using System.Collections.Generic;<br/> using System.Linq;<br/> using System.Web;<br/> using System.Web.Services;<br/> ...
0
votes
1answer
20 views

Accessing API on another domain

There is an API on a domain. I have its URL and credentials. When I type the API URL in the browser, it displays data in the browser. Data is in XML format. I need to access that API using a function. ...
-1
votes
3answers
46 views

Jquery Mobile: created a button with JQuery, trying to attach click function to it

I am retrieving data from a remote server via JSON and attaching a button to it: $.getJSON('http://www.mysite.com/jsond1.php', function(data){ jsonObject=eval(data); ...
0
votes
2answers
28 views

Paste json in a textarea and convert to formatted html with jquery

The way it should work is Paste json into textarea "jsonvalue" Click "convert" Formatted html appears in "placeholder" I am trying to get the title and url out of the json and instead when I click ...

1 2 3 4 5 204