Station Eleven
ISBN:
9781447268970
Наявність:
Автор
Emily St. John Mandel
Видавництво
Picador
Кіл-ть сторінок
384
Рік видання
2015
Розмір
13.1 x 2.3 x 19.7
Формат
Paperback
Вага
0.00kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
- Все про книгу
- Відгуків (0)
Все про книгу Station Eleven
Сучасна,Альтернативна фантастика,Наукова фантастика Station Eleven 9781447268970
Інші книги автора
Emily St. John Mandel
Station Eleven
Рецензії про книгу Station Eleven (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']);
}
}
});
});
//-->