Skip to content
Pro Staff
Outdoor Teams
ArmyBassAnglers
ArmyBuckHunters
ArmyHogHunters
ArmyRedfishAnglers
ArmyDuckHunters
Gallery
About Us
Contact Us
Fishtank/BB Gun
Store
Pro Staff
Outdoor Teams
ArmyBassAnglers
ArmyBuckHunters
ArmyHogHunters
ArmyRedfishAnglers
ArmyDuckHunters
Gallery
About Us
Contact Us
Fishtank/BB Gun
Store
$
0.00
0
Cart
Mission Highlights
Photos from all Force on Force organizations
Choose Your
Gallery
Army Bass Anglers
Army Buck Hunters
Army Hog Hunters
Army Redfish Anglers
Army Duck Hunters
Join Our TASK Force
Name
Email
Phone Number
ETS, RETired, or Active
Branch Served
Army
Marines
Air Force
Navy
Coast Guard
Task Force Choice
BassAnglers
BuckHunters
HogHunters
RedfishAnglers
DuckHunters
Send
jQuery(document).ready(function($){ const tabMap = { 'bass-gallery': 0, 'buck-gallery': 1, 'hog-gallery': 2, 'redfish-gallery': 3, 'duck-gallery': 4 }; $('a[href^="#"]').click(function(e){ const id = $(this).attr('href').replace('#',''); if(tabMap.hasOwnProperty(id)){ e.preventDefault(); // Trigger the tab via Elementor's API const tabs = $(this).closest('body').find('.elementor-tabs-wrapper'); tabs.each(function(){ $(this).find('.elementor-tab-title').eq(tabMap[id]).trigger('click'); }); // Scroll smoothly const target = $('#'+id); if(target.length){ $('html, body').animate({scrollTop: target.offset().top}, 500); } } }); });