seperate images
This commit is contained in:
@@ -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');});
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user