deving
This commit is contained in:
13
res/assets/js/apps/ecommerce.js
Normal file
13
res/assets/js/apps/ecommerce.js
Normal file
@@ -0,0 +1,13 @@
|
||||
$(function () {
|
||||
// Checkout
|
||||
$(function () {
|
||||
$(".billing-address").click(function () {
|
||||
$(".billing-address-content").hide();
|
||||
});
|
||||
$(".billing-address").click(function () {
|
||||
$(".payment-method-list").show();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user