$.getJSON("http://domain.com/results.php",function(result){
$.each(result, function(key, value){
....
});
});
but how do i get the 1st key/value only?
This post has been edited by g37752: 21 February 2013 - 10:52 PM
Posted 21 February 2013 - 05:46 PM
$.getJSON("http://domain.com/results.php",function(result){
$.each(result, function(key, value){
....
});
});
This post has been edited by g37752: 21 February 2013 - 10:52 PM
Posted 21 February 2013 - 11:19 PM
Dormilich, on 21 February 2013 - 11:15 PM, said:
This post has been edited by g37752: 21 February 2013 - 11:19 PM
Posted 21 February 2013 - 11:30 PM
g37752, on 22 February 2013 - 07:19 AM, said:
Posted 21 February 2013 - 11:53 PM
Dormilich, on 21 February 2013 - 11:47 PM, said:
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
