0
votes
1answer
13 views

Jquery Remote Validation Rule - php email check failing

I have been scanning the interwebs for many days now, and have tried just about everything posted to resolve the issue. What i am trying to do is (like many other posts), send a remote mysql query via ...
1
vote
2answers
36 views

Why can't I replace the URL of these incoming JSON'd images?

So I've got this JS code that pulls JSON from a php file. That works. What I'm trying to do is change JSON values before they're put into the DOM to replace image URLs with lower-res images. You'll ...
0
votes
5answers
46 views

Consume json data using Jquery

I have a webMethod in my .cs page that returns a list. This returns json like this.. { "d": [ "Saint Clair", "Jefferson", "Shelby", "Tallapoosa", ...
0
votes
1answer
27 views

move data from table1 to table 2 using jquery

I have a question. I tried to implement to display data in a table with the button click. Now I am trying to move the data from the table to the below the continue table. In this code, when I enter ...
0
votes
1answer
20 views

Is there any reason my ajax callback is not firing and my json is showing up on the page?

I am using jquery and doing a simple ajax post(i have many others that work fine but this one is strange because i am not getting the callback at all, but instead, the json result shows up on the ...
0
votes
1answer
21 views

Changing the tabular data to another table using jquery

I tried to implement to display data in a table with the button click. Now I am trying to move the data from the table to the below the continue table. In this code, when I enter the input value from ...
0
votes
0answers
5 views

Populate jsTree from external JSON file

I've been experimenting with the jQuery.jsTree library and need some help. Please could someone advise me on how to read json_data from an external .json file. $("#treeDemo").jstree({ "plugins" ...
0
votes
0answers
26 views

Send form data in JSON format to Spring MVC controller

I have a HTML form in multiple sections. Each section has multiple input fields. When I submit this form I get form name value pairs as a string. Issue Here all my input fields are inside section. ...
0
votes
2answers
28 views

Reading the JSON data

I am trying to send some data from the controller to the view in Spring MVC using JSON, here is the code in the controller: @RequestMapping(value="/twitter/searchgeomap", method=RequestMethod.GET) ...
-1
votes
1answer
15 views

JSON and Jquery Fullcalendar: does feed need to be in date order [on hold]

When feeding JSON to jquery fullcalendar or any calendar plugins that accept JSON, does the JSON feed have to be in date order?
0
votes
1answer
49 views

javascript return statement not working [duplicate]

I have a bug where my code won't exit my routine. I'm using a return statement... but it doesn't seem to be working. I have the following code inside a click event: $.getJSON( ...
0
votes
3answers
44 views

Jquery, ajax, json, mysql_query is not working

show_page.php: <? session_start(); include("includes/function.php"); $static = mysql_query("SELECT * FROM fb_pages WHERE user_id = '$_SESSION[user_id]' AND page_value = '1' ") or ...
0
votes
2answers
32 views

Detect an ajax request

I'm writing my own MVC framework to practice and I have a Request class. I would like to catch the type of request and parse data accordingly whether its an AJAX/JSON call or a HTML/XML request. Im ...
0
votes
1answer
30 views

dropdown with autocomplete function in jQuery

I have the following function which populates a dropdown menu with a list of cities (coming from the url in json), I now need to add an autocomplete function which will help the user when typing in ...
-1
votes
3answers
28 views

jQuery - can't access to $.get response data

I have this code : function retrieve_districts(){ var json=''; $.get("http://localhost/aaa/districts.php",function(result, textStatus) { if(textStatus=="success"){ ...

1 2 3 4 5 730
15 30 50 per page