The Wild Swans
Назад до книги
ISBN:
9781841481647
Наявність:
Автор
Hans Christian Andersen
Вік
7 - 9
Видавництво
Barefoot Books
Кіл-ть сторінок
48
Рік видання
2005
Розмір
23.5 x 1.1 x 28.5
Формат
Hardcover
Вага
0.35kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
Все про книгу
Відгуків (0)
Все про книгу The Wild Swans
In a newly illustrated edition of the classic fairy tale, eleven brothers who have been turned into swans by their evil stepmother are saved by their beautiful sister. У ілюстрованому виданні класичної казки одинадцять братів, яких зла мачуха перетворила на лебедів, рятує їхня прекрасна сестра.
Рецензії про книгу The Wild Swans (0 відгуків)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->