The One
Назад до книги
ISBN:
9781785035623
Наявність:
Автор
John Marrs
Видавництво
Del Rey
Кіл-ть сторінок
416
Рік видання
2017
Розмір
12.6 x 2.6 x 19.8
Формат
Paperback
Вага
0.00kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
Все про книгу
Відгуків (0)
Все про книгу The One
A decade after scientists discover everyone has a gene they share with just one other person, millions have taken the test, desperate to find true love. Now, five more people meet their Match. But even soul mates have secrets. And some are more shocking - and deadlier - than others...
Інші книги автораJohn Marrs
The One
Рецензії про книгу The One (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']);
}
}
});
});
//-->