Monkey's Friends
ISBN:
9781610670456
Наявність:
Автор
Ruth Brown
Вік
3 - 6
Видавництво
Andersen Press
Кіл-ть сторінок
32
Рік видання
2012
Розмір
27.6 x 0.5 x 21.1
Формат
Hardcover
Вага
0.00kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
- Все про книгу
- Відгуків (0)
Все про книгу Monkey's Friends
Monkey is going for a walk. Along the way he meets some friends. Can you guess who he will meet next? There might be some clues in the pictures!
Інші книги автора
Ruth Brown
Monkey's Friends
Рецензії про книгу Monkey's Friends (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']);
}
}
});
});
//-->