T-shirt Mockup Template

T-shirt Mockup Template

file_type File Type:
Free Free
Date
this will alert id of checked checkbox. //alert(clickedID); jQuery.ajax({ type: "post", url: 'https://tshirtmockups.net/wp-admin/admin-ajax.php', data: {action: "my_cat_filter", cat_id: cat_id}, beforeSend: function() { //jQuery(".mockuppostsmain").hide(); jQuery("#loading-image").show(); jQuery("#crntpageval").val('0'); }, success: function (response) { jQuery('.categories-tabs-wrap ul li').removeClass('active'); jQuery('#show_cat').html(response); $("#" + clickedID).addClass('active'); jQuery('.no_post_ajax').hide(); jQuery('.loadmorepro').show(); function resizeGridItem(item){ grid = document.getElementsByClassName("mockuppost-outer")[0]; rowHeight = parseInt(window.getComputedStyle(grid).getPropertyValue('grid-auto-rows')); rowGap = parseInt(window.getComputedStyle(grid).getPropertyValue('grid-row-gap')); rowSpan = Math.ceil((item.querySelector('.mockup_box').getBoundingClientRect().height+rowGap)/(rowHeight+rowGap)); item.style.gridRowEnd = "span "+rowSpan; } function resizeInstance(instance){ item = instance.elements[0]; resizeGridItem(item); } allItems = document.getElementsByClassName("mockupposts"); for(x=0;x-->