I know to send data using get while reloading part of the page using jquery.
But i need to send data using post while reload the part of the page.Here is my code to reload the part of the page
$("#show").fadeOut('slow').load("listusers.php?data"+data).fadeIn('slow');
From the documentation,
So, assuming that
datais a javascript object, you can post tolistusers.phpby simply passing it in: