No content to show
User Activity
09-18-2020
I forgot the actual value line in the last post. But nothing changed. So it does not work $('.input-group').on('click', '.button-minus', function(e) {
e.preventDefault();
var fieldName = $(e.target).data('field');
var parent = $(e.targe...
09-17-2020
Hi so I already tried multiple commands, but I did not reach a success... This is the best I have. Probably there is a jQuery mistake... $('.input-group').on('click', '.button-minus', function(e) {
e.preventDefault();
var fieldName = $(e.tar...
Hi all,I own a Shopify store that uses a popup cart before checkout. I am using the following code on the popup cart, in order to enable customers to increase or decrease the quantity of items in the cart: <div class="input-group m-0">
<input type=...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
16163 | 09-18-2020 04:19 AM |