update 11_4_2019
This commit is contained in:
@@ -1455,6 +1455,8 @@
|
||||
var getsportName = $(this).val();
|
||||
getsportName = getsportName.replace(/\s+/g, '-').toLowerCase(); //new object assigned to var str
|
||||
$("#product_url").val(getsportName);
|
||||
// /[\/]/g matches forward slashes.
|
||||
// /[\\]/g matches backward slashes.
|
||||
});
|
||||
|
||||
$('#list').click(function(event){event.preventDefault();$('#products .item').addClass('list-group-item');});
|
||||
|
||||
Reference in New Issue
Block a user