ABooooo
2/11/2019 - 12:32 PM

Onclick with ajax

$(document).on('click', '.nf-next-item', function () {
            if($('.c-hero-block--buroinfo').css('display') == 'block') {
              //do something
            } else {
               // do something
            }
        });