Difference between revisions of "User:Areid"
From ipswichmakerspace
(Created page with "Error 418: I'm a teapot") |
m |
||
Line 1: | Line 1: | ||
Error 418: I'm a teapot | Error 418: I'm a teapot | ||
+ | |||
+ | |||
+ | $('div.cart-item').each(function(i, el) { $('body').append('[' + $(el).find('.prod-name a').attr('href') + ' ' + $(el).find('.prod-name a').text() + '] ' + $(el).find('.prod-price').text() + '|||||| '); }); |
Revision as of 23:17, 7 February 2018
Error 418: I'm a teapot
$('div.cart-item').each(function(i, el) { $('body').append('[' + $(el).find('.prod-name a').attr('href') + ' ' + $(el).find('.prod-name a').text() + '] ' + $(el).find('.prod-price').text() + '|||||| '); });