Untitled
unknown
plain_text
3 years ago
611 B
12
Indexable
{
super_attribute_array: '[' + Insider.dom('div[id*=product_attribute_input]').nodes
.map(function (superAttribute) {
var superAttributeName = Insider.dom('label',superAttribute).attr('for') || '';
return superAttributeName !== '' ? '{"name":"' + superAttributeName + '","value":"' +
((Insider.dom('select',superAttribute).val() || '').replace('0','') || Insider.dom('option:not(:first, :contains(Tükendi))',superAttribute).val()) + '"}' : '';
}).join(',') + ']'
}Editor is loading...