jQuery - if this OR this exist, do this

0 votes
252 views
added Feb 1, 2019 in jQuery by LC Marshal Captain (25,790 points)
if ($(dfpStoBigAnimFullId).length || $(stoBigAnimContainerAdd).length) { 
    $(dfpStoBigAnimContainer).show();
    $(dfpStoBigAnimContainer).addClass('in');
    $(dfpStoBigAnimContainerX).on('click', function(){
      $(this).parent().parent().removeClass('in');
    });
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...