Skip to content

Instantly share code, notes, and snippets.

View clientlab-dev's full-sized avatar

КлиентЛаб clientlab-dev

View GitHub Profile
@clientlab-dev
clientlab-dev / bitrix_smart_filter_ajax.js
Created June 10, 2018 19:05 — forked from VasiliuKr/bitrix_smart_filter_ajax.js
catalog.smart.filter - ajax обновление списка без AXAJ_MODE
// В шаблоне bitrix:catalog.smart.filter редактируем script.js - ищим функцию JCSmartFilter.prototype.postHandler и редактируем следующее
//if (modef.style.display === 'none')
//{
// modef.style.display = 'inline-block';
//}
$.get(
result.FILTER_AJAX_URL,
function (data) {