});
$(document).on('change', '#grandvision-boxes textarea', function () {
+ $(this).parent.find('p').text($(this).val());
$this.save();
});
},
getTextarea: function (text) {
- return '<div class="text"><textarea placeholder="Type your text here ...">' + text + '</textarea><a href="#" data-cart-delete>' + getSpriteIcon('interface-close') + '</a></div>'
+ return '<div class="text"><p>' + text + '</p><textarea placeholder="Type your text here ...">' + text + '</textarea><a href="#" data-cart-delete>' + getSpriteIcon('interface-close') + '</a></div>'
},
getExportFileName: function () {