Skip to content

Instantly share code, notes, and snippets.

@Pum-purum
Created March 29, 2019 12:14
Show Gist options
  • Save Pum-purum/e4d4ce591f982d3d57fa67309822fe32 to your computer and use it in GitHub Desktop.
Save Pum-purum/e4d4ce591f982d3d57fa67309822fe32 to your computer and use it in GitHub Desktop.
Bitrix ajax request
$request = \Bitrix\Main\Context::getCurrent()->getRequest();
if ($request->isAjaxRequest()) {
d('ajax');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment