This deer is about to do something that deer aren’t supposed to do

Hopefully for this deer’s sake, he learns the benefits of being a little more cautious and a little less curious come hunting season:

Source: The Blaze

jQuery(document).ready(function($) { function fixSlickAria() { $('.slick-slide').each(function() { if ($(this).attr('aria-hidden') === 'true') { $(this).attr('tabindex', '-1'); } else { $(this).attr('tabindex', '0'); } }); } fixSlickAria(); $('.uael-grid-gallery').on('afterChange', function(event, slick, currentSlide){ fixSlickAria(); }); });