var breeze_prefetch = {"local_url":"https:\/\/chaseusaapparel.com","ignore_remote_prefetch":"1","ignore_list":["\/cart","\/checkout","\/my-account","\/wp-admin\/"]};
https://chaseusaapparel.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://chaseusaapparel.com/wp-includes/js/jquery/jquery.min.js
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js
https://chaseusaapparel.com/wp-includes/js/jquery/jquery-migrate.min.js
var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"no","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":400,"showAnimationDuration":400,"captionEl":false,"showHideOpacity":true},"flexslider_enabled":"1"};
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js
https://chaseusaapparel.com/wp-includes/js/underscore.min.js
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
https://chaseusaapparel.com/wp-includes/js/wp-util.min.js
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."};
https://chaseusaapparel.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_1bf5cda26869f2eed6d0cf5399b5c98a","fragment_name":"wc_fragments_1bf5cda26869f2eed6d0cf5399b5c98a","request_timeout":"5000"};
WHOLESALE CLOTHING DISTRIBUTOR IN USA
Boys’ Assorted Design Socks (Dozen)
Price is for 480 pairs of socks. Sold by case of 40 dozen socks (designs are randomly picked based on availability, images shown are for illustration only) in assorted sizes (from new born to adult men). Box packing: 40 dozen (480 pairs or 160 3-packs). 98% Polyester 2% Elastane. Available in black, white and in assorted random designs. Available per size and in assorted sizes, please see below.
Sock Sizes Available:
0-12 – Newborn
2-3 – Toddler
4-6 – Little Boy
6-8 – Big Boy
9-11 – Teenager
10-13 – Men
2-3 to 6-8 – Toddler size to Big Boy size (13 dozen per size)
0-12 to 9-11 – Newborn size to Teenager size (8 dozen per size)
$3.50
(function( w ){
"use strict";
// rel=preload support test
if( !w.loadCSS ){
w.loadCSS = function(){};
}
// define on the loadCSS obj
var rp = loadCSS.relpreload = {};
// rel=preload feature support test
// runs once and returns a function for compat purposes
rp.support = (function(){
var ret;
try {
ret = w.document.createElement( "link" ).relList.supports( "preload" );
} catch (e) {
ret = false;
}
return function(){
return ret;
};
})();
// if preload isn't supported, get an asynchronous load by using a non-matching media attribute
// then change that media back to its intended value on load
rp.bindMediaToggle = function( link ){
// remember existing media attr for ultimate state, or default to 'all'
var finalMedia = link.media || "all";
function enableStylesheet(){
// unbind listeners
if( link.addEventListener ){
link.removeEventListener( "load", enableStylesheet );
} else if( link.attachEvent ){
link.detachEvent( "onload", enableStylesheet );
}
link.setAttribute( "onload", null );
link.media = finalMedia;
}
// bind load handlers to enable media
if( link.addEventListener ){
link.addEventListener( "load", enableStylesheet );
} else if( link.attachEvent ){
link.attachEvent( "onload", enableStylesheet );
}
// Set rel and non-applicable media type to start an async request
// note: timeout allows this to happen async to let rendering continue in IE
setTimeout(function(){
link.rel = "stylesheet";
link.media = "only x";
});
// also enable media after 3 seconds,
// which will catch very old browsers (android 2.x, old firefox) that don't support onload on link
setTimeout( enableStylesheet, 3000 );
};
// loop through link elements in DOM
rp.poly = function(){
// double check this to prevent external calls from running
if( rp.support() ){
return;
}
var links = w.document.getElementsByTagName( "link" );
for( var i = 0; i < links.length; i++ ){
var link = links[ i ];
// qualify links to those with rel=preload and as=style attrs
if( link.rel === "preload" && link.getAttribute( "as" ) === "style" && !link.getAttribute( "data-loadcss" ) ){
// prevent rerunning on link
link.setAttribute( "data-loadcss", true );
// bind listeners to toggle media back
rp.bindMediaToggle( link );
}
}
};
// if unsupported, run the polyfill
if( !rp.support() ){
// run once at least
rp.poly();
// rerun poly on an interval until onload
var run = w.setInterval( rp.poly, 500 );
if( w.addEventListener ){
w.addEventListener( "load", function(){
rp.poly();
w.clearInterval( run );
} );
} else if( w.attachEvent ){
w.attachEvent( "onload", function(){
rp.poly();
w.clearInterval( run );
} );
}
}
// commonjs
if( typeof exports !== "undefined" ){
exports.loadCSS = loadCSS;
}
else {
w.loadCSS = loadCSS;
}
}( typeof global !== "undefined" ? global : this ) );
(function() {
window.__insp = window.__insp || [];
__insp.push(['wid', 687768769]);
var ldinsp = function(){
if(typeof window.__inspld != "undefined") return; window.__inspld = 1; var insp = document.createElement('script'); insp.type = 'text/javascript'; insp.async = true; insp.id = "inspsync"; insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js?wid=687768769&r=' + Math.floor(new Date().getTime()/3600000); var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(insp, x); };
setTimeout(ldinsp, 0);
})();
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
https://chaseusaapparel.com/wp-content/plugins/js_composer/assets/lib/flexslider/jquery.flexslider.min.js
var wcboost_variation_swatches_params = {"show_selected_label":"1"};
https://chaseusaapparel.com/wp-content/plugins/wcboost-variation-swatches/assets/js/frontend.min.js
https://chaseusaapparel.com/wp-includes/js/jquery/jquery.serialize-object.js
https://chaseusaapparel.com/wp-content/themes/konte/js/background-color-theif.min.js
https://chaseusaapparel.com/wp-includes/js/imagesloaded.min.js
https://chaseusaapparel.com/wp-content/themes/konte/js/slick.min.js
https://chaseusaapparel.com/wp-content/themes/konte/js/perfect-scrollbar.min.js
var konteData = {"ajax_url":"https:\/\/chaseusaapparel.com\/wp-admin\/admin-ajax.php","rtl":"","preloader":"","sticky_header":"none","header_search_ajax":"1","wishlist_count":"0","product_sticky_summary":"1","product_summary_sticky_mode":"advanced","product_auto_background":"","product_gallery_slider":"1","product_image_lightbox":"1","product_image_zoom":"","product_quantity_input_style":"default","product_ajax_addtocart":"1","cart_open_after_added":"","product_quickview_auto_background":"","product_quickview_auto_close":"1","popup":"","popup_frequency":"14","popup_visible":"delay","popup_visible_delay":"45","added_to_cart_notice":"1","added_to_cart_message":"Product was added to cart successfully","added_to_wishlist_notice":null,"added_to_wishlist_message":null,"blog_nav_ajax_url_change":"1","shop_nav_ajax_url_change":"","portfolio_nav_ajax_url_change":"1","product_quickview_nonce":"9ec8c83d4b","product_search_nonce":"877d4de3f2","share_nonce":"d57eff0740","add_to_cart_nonce":"a9c8a7cd5d"};
https://chaseusaapparel.com/wp-content/themes/konte/js/scripts.min.js
https://chaseusaapparel.com/wp-content/plugins/konte-addons/assets/js/products-filter.js
https://chaseusaapparel.com/wp-includes/js/masonry.min.js
https://chaseusaapparel.com/wp-includes/js/jquery/jquery.masonry.min.js
https://chaseusaapparel.com/wp-content/plugins/konte-addons/assets/js/jquery.countdown.js
https://chaseusaapparel.com/wp-content/plugins/konte-addons/assets/js/circle-progress.js
https://chaseusaapparel.com/wp-content/plugins/konte-addons/assets/js/shortcodes.js
https://chaseusaapparel.com/wp-content/themes/konte/js/swiper.min.js
https://chaseusaapparel.com/wp-content/themes/konte/js/notify.min.js
https://chaseusaapparel.com/wp-content/themes/konte/js/quantity-dropdown.js
https://chaseusaapparel.com/wp-content/plugins/perfmatters/vendor/instant-page/instantpage.js
jQuery(function($) {
jQuery( 'body' ).on( 'show_variation', function( event, variation ) {
jQuery( 'form.variations_form' ).find( 'input[name=quantity]' ).prop( 'step', variation.step ).val( variation.input_value );
});
});