Open bonucci opened 9 years ago
Hello, im trying to append the items inside a div, but when it loads the page it doesnt add it to the div
Code: simpleCart.each(function(item){ $('#test').append( item.get('quantity') +" "+ item.get('name').trim()+", ") });
Hello, im trying to append the items inside a div, but when it loads the page it doesnt add it to the div
Code: simpleCart.each(function(item){ $('#test').append( item.get('quantity') +" "+ item.get('name').trim()+", ") });