Answer the question
In order to leave comments, you need to log in
Why doesn't Bitrix AJAX work?
$APPLICATION->ShowHead();
CJSCore::Init();
$APPLICATION->IncludeComponent(
"bitrix:news",
"",
[
"AJAX_MODE" => "Y",
"AJAX_OPTION_ADDITIONAL" => "",
"AJAX_OPTION_HISTORY" => "Y",
"AJAX_OPTION_JUMP" => "N",
"AJAX_OPTION_STYLE" => "N",
// ... и другие параметры вызова компонента
],
false
);
$arParams["AJAX_ID"]
$arUrlRewrite = [
[
'CONDITION' => '#^/en/folder/#',
'PATH' => '/folder_en/index.php',
],
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question