-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to receive a json object back from php after sending data to the php file from the js file.
All I get is undefined.
Here are the contents of the php and js file.
data.php
<?php
$action = $_GET['user'];
$data = array( "first_name" = "Anthony",
"last_name" = "Garand"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i am making ajax calls with jquery like this
http://pastie.org/860837
and sometimes i get the ajax errors, and i get xhr status as 408. what does that mean?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey all,
I have an application that I am writing that modifies data on a cached object in the server. The modifications are performed through an ajax call that basically updates properties of that object. When the user is done working, I have a basic 'Save Changes' button that allows them to Save…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to use $.ajax() to request a page, but load only fragments of that page. I know you can specify what page fragments you want with .load() but I was wondering if this is possible with $.ajax?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to use $.ajax() to request a page, but load only fragments of that page. I know you can specify what page fragments you want with .load() but I was wondering if this is possible with $.ajax?
>>> More