seperate images

This commit is contained in:
Frank John Begornia
2019-04-24 17:45:28 +08:00
parent c5862dfbf4
commit c982366dbd
646 changed files with 240 additions and 400154 deletions

View File

@@ -873,6 +873,9 @@
getsportName = getsportName.replace(/\s+/g, '-').toLowerCase(); //new object assigned to var str
$("#product_url").val(getsportName);
});
$('#list').click(function(event){event.preventDefault();$('#products .item').addClass('list-group-item');});
$('#grid').click(function(event){event.preventDefault();$('#products .item').removeClass('list-group-item');$('#products .item').addClass('grid-group-item');});
});