Product was successfully added to your shopping cart.
');}var height = $('.main').outerHeight();var width = $('.main').outerWidth();$('.ui-slider-handle').css('cursor','pointer');$('#resultLoading').css({'width':'100%','height':'100%','position':'fixed','z-index':'10000000','top':'0','left':'0'});$('#resultLoading .bg').css({'background':'#ffffff','opacity':'0.5','width':'100%','height':'100%','position':'absolute','top':'0'});$('#resultLoading>div:first').css({'width': '100%','text-align': 'center','position': 'absolute','left': '0','top': '50%', 'margin-top': '-16px','font-size':'16px','z-index':'10','color':'#ffffff'}); $('.block-layered-nav #narrow-by-list a').on('click', function(e){if(!$(this).parent().hasClass('slider-range')){sliderAjax($(this).attr('href'));}e.preventDefault();}); next_page = ""; $(".pager li > a.next").each(function(){ next_page = $(this).attr("href"); }); if(!next_page){ $('.infinite-loader .btn-load-more').hide(); } $('.toolbar .view-mode a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');sliderAjax(url);} e.preventDefault();}); $('.toolbar .pages a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');infiniteAjax(url);} e.preventDefault();}); $(".pager").remove(); $('.toolbar select').removeAttr('onchange'); $('.toolbar select').on('change', function(e){var url=$(this).val();sliderAjax(url);e.preventDefault();}); });/*DONOT EDIT THIS CODE*/var old_class;function sliderAjax(url) { if (!active) { active = true; jQuery(function($) { if($(".col-main .products-grid").attr("class")) old_class = $(".col-main .products-grid").attr("class"); oldUrl = url; $('#resultLoading .bg').height('100%'); $('#resultLoading').fadeIn(300); infinite_loaded_count = 0; url = url.replace("&infinite=true",""); url = url.replace("?infinite=true&","?"); url = url.replace("?infinite=true",""); /* if(url.indexOf("p=") > -1){ var len = url.length-url.indexOf("p="); var str_temp = url.substr(url.indexOf("p="),len); var page_param = ""; if(str_temp.indexOf("&") == -1){ page_param = str_temp; } else { page_param = str_temp.substr(0,str_temp.indexOf("&")); } url = url.replace(page_param, "p=1"); }*/ var param = ""; if(url.indexOf("ajaxcatalog") == -1){ param = "ajaxcatalog=true"; if(url.indexOf("?")==-1 && url.indexOf("&")>-1) url = url.replace("&","?"); if(url.indexOf("?")==-1) param = "?"+param; else param = "&"+param; } try { $('body').css('cursor', 'wait'); $.ajax({ url: url+param, dataType: 'json', type: 'post', data: data, success: function(data) { callback(); if (data.viewpanel) { if ($('.block-main-layer')) { $('.block-main-layer').empty(); $('.mobile-layer-overlay').remove(); $('.block-main-layer').replaceWith(data.viewpanel) } } if (data.productlist) { $('.col-main .category-products').empty(); $('.col-main .category-products').replaceWith(data.productlist) }if($( ".col-main" ).has( ".category-products" ).length)$(".col-main .category-products").scrollToMe(); $("img.porto-lazyload:not(.porto-lazyload-loaded)").lazyload({effect:"fadeIn"}); setTimeout(function(){ $('.porto-lazyload:not(.porto-lazyload-loaded)').trigger('appear'); }, 300); $(".qty_inc").unbind('click').click(function(){ if($(this).parent().parent().children("input.qty").is(':enabled')){ $(this).parent().parent().children("input.qty").val((+$(this).parent().parent().children("input.qty").val() + 1) || 0); $(this).parent().parent().children("input.qty").focus(); $(this).focus(); } }); $(".qty_dec").unbind('click').click(function(){ if($(this).parent().parent().children("input.qty").is(':enabled')){ $(this).parent().parent().children("input.qty").val(($(this).parent().parent().children("input.qty").val() - 1 > 0) ? ($(this).parent().parent().children("input.qty").val() - 1) : 0); $(this).parent().parent().children("input.qty").focus(); $(this).focus(); } }); var hist = url; if(url.indexOf("p=") > -1){ var len = url.length-url.indexOf("p="); var str_temp = url.substr(url.indexOf("p="),len); var page_param = ""; if(str_temp.indexOf("&") == -1){ page_param = str_temp; } else { page_param = str_temp.substr(0,str_temp.indexOf("&")); } hist = url.replace(page_param, ""); } if(window.history && window.history.pushState){window.history.pushState('GET', data.title, hist);} $('body').find('.toolbar select').removeAttr('onchange'); $('#resultLoading .bg').height('100%'); $('#resultLoading').fadeOut(300); $('body').css('cursor', 'default'); $('.block-layered-nav #narrow-by-list a').on('click', function(e){if(!$(this).parent().hasClass('slider-range')){sliderAjax($(this).attr('href'));}e.preventDefault();}); next_page = ""; $(".pager li > a.next").each(function(){ next_page = $(this).attr("href"); }); $('.toolbar .view-mode a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');sliderAjax(url);} e.preventDefault();}); $('.toolbar .pages a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');infiniteAjax(url);} e.preventDefault();}); next_page = ""; $(".pager li > a.next").each(function(){ next_page = $(this).attr("href"); }); if(!next_page){ $('.infinite-loader .btn-load-more').hide(); } if(infinite_loaded_count >= 5){ $('.infinite-loader .loading').hide(); if(next_page){ $('.infinite-loader .btn-load-more').show(); $(".infinite-loader .btn-load-more").unbind("click").click(function(){ if(!loading && next_page && infinite_loaded_count < 5){ loading = true; infiniteAjax(next_page); } }); } } else { $('.infinite-loader .loading').hide(); if(next_page){ $('.infinite-loader .btn-load-more').show(); $(".infinite-loader .btn-load-more").unbind("click").click(function(){ if(!loading && next_page && infinite_loaded_count < 5){ loading = true; infiniteAjax(next_page); } }); } } $(".pager").remove(); $('.toolbar select').removeAttr('onchange'); $('.toolbar select').on('change', function(e){var url=$(this).val();sliderAjax(url);e.preventDefault();}); $("a.product-image img.defaultImage").each(function(){ var default_img = $(this).attr("data-src"); if(!default_img) default_img = $(this).attr("src"); var thumbnail_img = $(this).parent().children("img.hoverImage").attr("data-src"); if(!thumbnail_img) thumbnail_img = $(this).parent().children("img.hoverImage").attr("src"); if(default_img){ if(default_img.replace("/small_image/","/thumbnail/")==thumbnail_img){ $(this).parent().children("img.hoverImage").remove(); $(this).removeClass("defaultImage"); } } }); /* moving action links into product image area */ $(".move-action .item .details-area .actions").each(function(){ $(this).parent().parent().children(".product-image-area").append($(this)); }); if(old_class) $(".col-main .products-grid").attr("class", old_class); } }) } catch (e) {} }); active = false } return false} /*DONOT EDIT THIS CODE*/function stickySidebar(){ var fixedSideTop = fixedSideBottom = fixedSideTop_r = fixedSideBottom_r = 0; var main_area_pos; var main_area_height; var left_side_top = 0; var right_side_top = 0; var cur_Y = pre_Y = 0; jQuery(function($){ main_area_pos = $(".col-main").offset().top; main_area_height = $(".col-main").outerHeight(); margin_top = $(".header-container").hasClass("sticky-header")?60:10; margin_bottom = 10; cur_Y = $(window).scrollTop(); if($(window).height() < $(".col-left.sidebar").outerHeight() + margin_top + margin_bottom) { if(main_area_pos >= cur_Y + margin_top) { left_side_top = 0; } else if(cur_Y >= main_area_pos + main_area_height - $(window).height()) { left_side_top = main_area_height - $(".col-left.sidebar").outerHeight(); } else { if ( cur_Y > pre_Y ) { if(fixedSideTop) { fixedSideTop = 0; left_side_top = $(".col-left.sidebar").offset().top - main_area_pos; } else if(!fixedSideBottom && $(".col-left.sidebar").outerHeight() + $(".col-left.sidebar").offset().top < cur_Y + $(window).height()) { fixedSideBottom = 1; left_side_top = cur_Y - (main_area_pos + $(".col-left.sidebar").outerHeight() - $(window).height()) - 10 } } else { if(fixedSideBottom) { fixedSideBottom = 0; left_side_top = cur_Y - main_area_pos - $(".col-left.sidebar").outerHeight() + $(window).height() - 10; } else if(!fixedSideTop && $(".col-left.sidebar").offset().top >= cur_Y + margin_top) { fixedSideTop = 1; left_side_top = cur_Y - main_area_pos + margin_top; } } } } else { if ( cur_Y >= ( main_area_pos - margin_top ) && cur_Y + $(".col-left.sidebar").outerHeight() + margin_top < main_area_pos + main_area_height) { left_side_top = cur_Y - main_area_pos + margin_top; } else if(cur_Y + $(".col-left.sidebar").outerHeight() + margin_top > main_area_pos + main_area_height) { left_side_top = main_area_height - $(".col-left.sidebar").outerHeight(); } else { left_side_top = 0; } fixedSideTop = fixedSideBottom = 0; } $(".col-left.sidebar").css("top",left_side_top + "px"); if($(window).height() < $(".col-right.sidebar").outerHeight() + margin_top + margin_bottom) { if(main_area_pos >= cur_Y + margin_top) { right_side_top = 0; } else if(cur_Y >= main_area_pos + main_area_height - $(window).height()) { right_side_top = main_area_height - $(".col-right.sidebar").outerHeight(); } else { if ( cur_Y > pre_Y ) { if(fixedSideTop_r) { fixedSideTop_r = 0; right_side_top = $(".col-right.sidebar").offset().top - main_area_pos; } else if(!fixedSideBottom_r && $(".col-right.sidebar").outerHeight() + $(".col-right.sidebar").offset().top < cur_Y + $(window).height()) { fixedSideBottom_r = 1; right_side_top = cur_Y - (main_area_pos + $(".col-right.sidebar").outerHeight() - $(window).height()) - 10 } } else { if(fixedSideBottom_r) { fixedSideBottom_r = 0; right_side_top = cur_Y - main_area_pos - $(".col-right.sidebar").outerHeight() + $(window).height() - 10; } else if(!fixedSideTop_r && $(".col-right.sidebar").offset().top >= cur_Y + margin_top) { fixedSideTop_r = 1; right_side_top = cur_Y - main_area_pos + margin_top; } } } } else { if ( cur_Y >= ( main_area_pos - margin_top ) && cur_Y + $(".col-right.sidebar").outerHeight() + margin_top < main_area_pos + main_area_height) { right_side_top = cur_Y - main_area_pos + margin_top; } else if(cur_Y + $(".col-right.sidebar").outerHeight() + margin_top > main_area_pos + main_area_height) { right_side_top = main_area_height - $(".col-right.sidebar").outerHeight(); } else { right_side_top = 0; } fixedSideTop_r = fixedSideBottom_r = 0; } $(".col-right.sidebar").css("top",right_side_top + "px"); pre_Y = cur_Y; });}var old_class;function infiniteAjax(url) { if (!active) { active = true; jQuery(function($) { if($(".col-main .products-grid").attr("class")) old_class = $(".col-main .products-grid").attr("class"); oldUrl = url; infinite_loaded_count++; $('.infinite-loader .btn-load-more').hide(); $('.infinite-loader .loading').show(); url = url.replace("&ajaxcatalog=true",""); url = url.replace("?ajaxcatalog=true&","?"); url = url.replace("?ajaxcatalog=true",""); var param = ""; if(url.indexOf("infinite") == -1){ param = "infinite=true"; if(url.indexOf("?")==-1 && url.indexOf("&")>-1) url = url.replace("&","?"); if(url.indexOf("?")==-1) param = "?"+param; else param = "&"+param; } try { $('body').css('cursor', 'wait'); $.ajax({ url: url+param, dataType: 'json', type: 'post', data: data, success: function(data) { loading = false; callback(); if (data.productlist) { var b = document.createElement('div'); b.innerHTML = data.productlist; var products = "";var swatches_js = ""; if($(b).find('ul.products-grid')){ products = $(b).find('ul.products-grid').html(); $('.col-main .category-products ul.products-grid').append(products); } if($(b).find('ol.products-list')){ products = $(b).find('ol.products-list').html(); $('.col-main .category-products ol.products-list').append(products); } $("img.porto-lazyload:not(.porto-lazyload-loaded)").lazyload({effect:"fadeIn"}); setTimeout(function(){ $('.porto-lazyload:not(.porto-lazyload-loaded)').trigger('appear'); }, 300);if($(b).find('.swatches-js')){$('.col-main .swatches-js').append($(b).find('.swatches-js').html());} if($(b).find('.toolbar-bottom .toolbar')){ $('.col-main .category-products .toolbar-bottom .toolbar').html($(b).find('.toolbar-bottom .toolbar').html()); } $(b).remove(); $('.col-main .products-grid li:nth-child(2n)').addClass('nth-child-2n'); $('.col-main .products-grid li:nth-child(2n+1)').addClass('nth-child-2np1'); $('.col-main .products-grid li:nth-child(3n)').addClass('nth-child-3n'); $('.col-main .products-grid li:nth-child(3n+1)').addClass('nth-child-3np1'); $('.col-main .products-grid li:nth-child(4n)').addClass('nth-child-4n'); $('.col-main .products-grid li:nth-child(4n+1)').addClass('nth-child-4np1'); $('.col-main .products-grid li:nth-child(5n)').addClass('nth-child-5n'); $('.col-main .products-grid li:nth-child(5n+1)').addClass('nth-child-5np1'); $('.col-main .products-grid li:nth-child(6n)').addClass('nth-child-6n'); $('.col-main .products-grid li:nth-child(6n+1)').addClass('nth-child-6np1'); $('.col-main .products-grid li:nth-child(7n)').addClass('nth-child-7n'); $('.col-main .products-grid li:nth-child(7n+1)').addClass('nth-child-7np1'); $('.col-main .products-grid li:nth-child(8n)').addClass('nth-child-8n'); $('.col-main .products-grid li:nth-child(8n+1)').addClass('nth-child-8np1'); } setTimeout(function(){stickySidebar();},500); $(".qty_inc").unbind('click').click(function(){ if($(this).parent().parent().children("input.qty").is(':enabled')){ $(this).parent().parent().children("input.qty").val((+$(this).parent().parent().children("input.qty").val() + 1) || 0); $(this).parent().parent().children("input.qty").focus(); $(this).focus(); } }); $(".qty_dec").unbind('click').click(function(){ if($(this).parent().parent().children("input.qty").is(':enabled')){ $(this).parent().parent().children("input.qty").val(($(this).parent().parent().children("input.qty").val() - 1 > 0) ? ($(this).parent().parent().children("input.qty").val() - 1) : 0); $(this).parent().parent().children("input.qty").focus(); $(this).focus(); } }); var hist = url; if(url.indexOf("p=") > -1){ var len = url.length-url.indexOf("p="); var str_temp = url.substr(url.indexOf("p="),len); var page_param = ""; if(str_temp.indexOf("&") == -1){ page_param = str_temp; } else { page_param = str_temp.substr(0,str_temp.indexOf("&")); } hist = url.replace(page_param, ""); } if(window.history && window.history.pushState){ window.history.pushState('GET', data.title, hist); } $('body').find('.toolbar select').removeAttr('onchange'); $('body').css('cursor', 'default'); $('.block-layered-nav #narrow-by-list a').on('click', function(e){if(!$(this).parent().hasClass('slider-range')){sliderAjax($(this).attr('href'));}e.preventDefault();}); next_page = ""; $(".pager li > a.next").each(function(){ next_page = $(this).attr("href"); }); if(!next_page){ $('.infinite-loader .btn-load-more').hide(); } if(infinite_loaded_count >= 5){ $('.infinite-loader .loading').hide(); if(next_page){ $('.infinite-loader .btn-load-more').show(); $(".infinite-loader .btn-load-more").unbind("click").click(function(){ if(!loading && next_page && infinite_loaded_count < 5){ loading = true; infiniteAjax(next_page); } }); } } else { $('.infinite-loader .loading').hide(); if(next_page){ $('.infinite-loader .btn-load-more').show(); $(".infinite-loader .btn-load-more").unbind("click").click(function(){ if(!loading && next_page && infinite_loaded_count < 5){ loading = true; infiniteAjax(next_page); } }); } } $('.toolbar .view-mode a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');sliderAjax(url);} e.preventDefault();}); $('.toolbar .pages a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');infiniteAjax(url);} e.preventDefault();}); $(".pager").remove(); $('.toolbar select').removeAttr('onchange'); $('.toolbar select').on('change', function(e){var url=$(this).val();sliderAjax(url);e.preventDefault();}); $("a.product-image img.defaultImage").each(function(){ var default_img = $(this).attr("data-src"); if(!default_img) default_img = $(this).attr("src"); var thumbnail_img = $(this).parent().children("img.hoverImage").attr("data-src"); if(!thumbnail_img) thumbnail_img = $(this).parent().children("img.hoverImage").attr("src"); if(default_img){ if(default_img.replace("/small_image/","/thumbnail/")==thumbnail_img){ $(this).parent().children("img.hoverImage").remove(); $(this).removeClass("defaultImage"); } } }); /* moving action links into product image area */ $(".move-action .item .details-area .actions").each(function(){ $(this).parent().parent().children(".product-image-area").append($(this)); }); if(old_class) $(".col-main .products-grid").attr("class", old_class); } }) } catch (e) {} }); active = false } return false}jQuery(function($){ // $(window).scroll(function(){ // if(!loading && next_page && $(window).scrollTop() >= $(".infinite-loader").offset().top-$(window).height()+100){ // if(infinite_loaded_count < 5){ // loading = true; // infiniteAjax(next_page); // } // } // }); $(".infinite-loader .btn-load-more").click(function(){ if(!loading && next_page && infinite_loaded_count < 5){ loading = true; infiniteAjax(next_page); } });}); function callback(){}
Show your gameday swagger in a Iowa Hawkeyes Jerseys, and you can show your team colors in official Iowa Hawkeyes Merchandise featuring Iowa Hawkeyes Football Jerseys, T-Shirts, Hoodies and Hats. Pull together an iconic outfit to honor the Iowa Hawkeyes in from our stock of University of Iowa Hawkeyes Clothing. All of the Iowa Hawkeyes College Jerseys comes in sizes for Men, Women, and Children, as well as Big & Tall and Plus Size styles, so the whole family can congregate in true Iowa Hawkeyes apparel. Be ready to cheer in your new University of Apparel.
View All: A.J. McCarron Alabama Football Jerseys , Tom Brady Michigan Jerseys.
- (Video) Iowa Football Prediction 2022
Brandon Scherff Iowa Hawkeyes #68 - Black Football Jersey
$83.98
Add to Cart
Brandon Scherff Hawkeyes #68 Youth - Black Football Jersey
$81.98
Add to Cart
(Video) 2017 #6 Ohio State vs. Iowa (HD)(Video) Iowa 2022 College Football Early Predictions and Schedule Preview
Loading ...
Load More ...