<script type="text/javascript">
	jQuery(document).ready(function(){
		var windowsize = jQuery(window).width();
		if(windowsize <= 768){
			//alert('mobile, ipad');
			//jQuery('.category1_banner').insertAfter('.inner_outer');
			jQuery( ".brand_description_content_top" ).insertAfter( jQuery( ".inner_outer" ) );
		}
		else {
			jQuery( ".brand_description_content_top" ).insertBefore ( jQuery( ".inner_outer" ) );
		}
	});
	jQuery(window).resize(function() {
		  var windowsize = jQuery(window).width();
		  if(windowsize <= 768){
			//alert('mobile, ipad');
			//jQuery('.category1_banner').insertAfter('.inner_outer');
			jQuery( ".brand_description_content_top" ).insertAfter( jQuery( ".inner_outer" ) );
		}
		else {
			jQuery( ".brand_description_content_top" ).insertBefore ( jQuery( ".inner_outer" ) );
		}
		});
</script>


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *