Skip to content

Если слетает кастомное оформление при битриксовом аяксе

Alexandr Zubarev edited this page Sep 8, 2016 · 2 revisions
$(document).ready(function() {
	BX.addCustomEvent('onAjaxSuccess', function(){
		$("select,input:radio").styler({ selectSearch: false });
	});
});
Clone this wiki locally