User:Areid

From ipswichmakerspace
Revision as of 23:24, 7 February 2018 by Areid (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Error 418: I'm a teapot


Wilko basket exporting code

$('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() + '

'); });