when using AJAX in WordPress, All the AJAX requests should be sent to wp-admin/admin-ajax.php file to process then this file will return the appropriate result
I want to use PJAX with WordPress but I do not know how it will send the ajax requests to admin-ajax.php file, I cant see any options for this