Skip to content

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

Yuri edited this page Jul 12, 2015 · 2 revisions
$(document).ready(function() {
    BX.addCustomEvent('onAjaxSuccess', function(){
        $("select,input:radio").styler({ selectSearch: false });
    });
});
Clone this wiki locally