[phpMyAdmin Developers] phpmyadmin database update

Michal Čihař michal at cihar.com
Mon Jul 17 20:02:36 CEST 2017


Hi

Manish Bisht píše v Po 17. 07. 2017 v 23:17 +0530:
> I am not able to get where to pass ajax_request in the GET or POST
> parameter or it is different.
> 
> I am doing something like this to get the JSON response.
> 
> $.ajax({
>  url: "progress.php"
> }).done(function() {
> //success
> });
> 
> How to pass ajax_request in this request.

Following should do that:

$.ajax({
  url: "progress.php",
  data: {ajax_request: '1'}
}).done(function() {
 //success
});

-- 
	Michal Čihař | https://cihar.com/ | https://weblate.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <https://lists.phpmyadmin.net/pipermail/developers/attachments/20170717/ea6583f1/attachment.sig>


More information about the Developers mailing list