I want to know a way to send values to PHP with jQuery

I want to know a way to send values to PHP with jQuery

hello.
I want to know a way to send value to PHP with jQuery.
I'm using wordpress.

the value i want to send is

<input type="submit" name="submitback" value="back"/>

I want to use

$_POST['submitback']

Could you teach me a way?