Micro Jigs for flounder (video)

I am starting to get questions about using micro jigs for flounder.

After we ran a piece on them in TF&G and I have been talking about them for the last 18 months at my Flatfish University (TM) clinics word seems to be getting around. Here’s a clip from my Fall Flounder Run project from last year that will tell you more.

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(); }); });