The One
ISBN:
9781785035623
Availability:
Author
John Marrs
Format
Paperback
Number of pages
416
Publisher
Del Rey
Size
12.6 x 2.6 x 19.8
Year of publication
2017
Weight
0.00kg
Delivery terms
Please read the terms of delivery
Read more
- About the book
- Reviews (0)
About the book The One
Fantasy & Science fiction,Fantasy sub-genres,Science fiction The One 9781785035623
Other books by the author
John Marrs
The One
Book reviews The One (0 reviews)
+ Добавить отзыв
$('.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']);
}
}
});
});
//-->