update 11_4_2019

This commit is contained in:
Frank John Begornia
2019-11-04 17:21:09 +08:00
parent 2680ddc5bd
commit eef4d27944
10 changed files with 58 additions and 35 deletions

View File

@@ -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');});