RESOLVED - sDeleteURL needs browser refresh?
RESOLVED - sDeleteURL needs browser refresh?
).makeEditable({
sUpdateURL: "UpdateData.php",
sAddURL: "AddData.php",
sDeleteURL: "DeleteData.php"
All is working perfecly but when a delete a row , I need to refresh my browser to see the table without the deleted row.When I make update/adding all is refreshing automaticaly and instantly.It's only with the delete that I have this problem.
Is it normal?
------------------------------------
Ok all is working now .... at the end of my deletedata.php there was an "echo $_POST['value'].' (server updated)';"
I delete this line and all is ok.
Thanks
sUpdateURL: "UpdateData.php",
sAddURL: "AddData.php",
sDeleteURL: "DeleteData.php"
All is working perfecly but when a delete a row , I need to refresh my browser to see the table without the deleted row.When I make update/adding all is refreshing automaticaly and instantly.It's only with the delete that I have this problem.
Is it normal?
------------------------------------
Ok all is working now .... at the end of my deletedata.php there was an "echo $_POST['value'].' (server updated)';"
I delete this line and all is ok.
Thanks
This discussion has been closed.