Posts by Mateus Moura Forte • 39 points
4 posts
-
1
votes2
answers365
viewsQ: Compare two objects in JS/Jquery
In my application, it has several categories of a particular item, in each category is created blocks related to that category, so far so good, but whenever I click to change the category and go…
-
1
votes1
answer367
viewsQ: Remove items and change total value
Hello, I have a problem that I have been racking my brain for a long time and I just can’t understand why it happens... In my application I have a cart that so far inserts products normally, does…
-
1
votes1
answer34
viewsQ: How to recover the amount of elements within a card-group
I have a card-group that I need to know the exact value of elements within it, because I want to create another card-group with 3 elements and so on... I made a card-group with 3 elements to test,…
-
0
votes1
answer30
viewsQ: How to recover input value separately from Numbers with same class
Well, I’m having a little trouble getting the value entered in the input number of some cards I created... Basically, it’s repeating the value on all inputs of all cards All inputs are in the same…