Solomon Crocodile
Назад до книги
ISBN:
9780230750227
Наявність:
Автор
Catherine Rayner
Вік
3 - 6
Видавництво
Pan Macmillan
Кіл-ть сторінок
22
Рік видання
2012
Розмір
27.2x21.2x0.6
Формат
Paperback
Вага
0.17kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
Все про книгу
Відгуків (0)
Все про книгу Solomon Crocodile
Poor Solomon is looking for some fun but no one wants to play. The dragonflies tell him to buzz off, the storks get in a flap, and the hippo? Well, the less said about the hippo, the better! But then somebody else starts causing trouble . . . and for once it is NOT Solomon. Could it be the perfect pal for a lonely crocodile?
Інші книги автораCatherine Rayner
Solomon Crocodile
Рецензії про книгу Solomon Crocodile (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']);
}
}
});
});
//-->