-
Pagrindinis
-
Skaitytos knygos
-
Savišvieta
-
Įvairenybės
-
The Broons and Oor Wullie. Let Laughter Flourish / comic strip - Dudley D. Watkins
The Broons and Oor Wullie. Let Laughter Flourish / comic strip - Dudley D. Watkins
Mince and tatties, whisky and water, The Broons and Oor Wullie - these are all partnerships that have brought pleasure to Scots over many generations and their popularity shows no sign of being on the wane.This book is the sixth volume of the collected antics of the residents of Glebe Street and that cheeky wee scamp Oor Wullie, brings together an hilarious selection of their adventures, whilst taking a light-hearted look at other rarities that are dear to the Scottish heart.
| Informacija |
| Autorius |
Dudley D. Watkins |
| Būklė |
Gera |
| Leidykla |
LONDON |
| Metai |
2001 |
| Puslapiai |
141 |
| formatas |
21x27 |
| isbn |
0851167853 |
| Įrišimas |
Kietas |
').fadeIn());
},
complete: function() {
$('#submitReview').attr('disabled', false);
},
success: function(data) {
$('.alert, .text-danger').remove();
if (data['error']) {
if (data['error']['name']) {
$('#review__reply #name').after($('
' + data['error']['name'] + '').fadeIn());
}
if (data['error']['text']) {
$('#review__reply #review__item').after($('
' + data['error']['text'] + '').fadeIn());
}
if (data['error']['captcha']) {
$('.review__replyCaptcha .input-group').after($('
' + data['error']['captcha'] + '').fadeIn());
}
var error = $('#review__reply .text-danger:visible').first();
var scroll = error.offset().top - 50;
$('html, body').animate({
scrollTop: scroll
},500);
if (googleCaptcha) {
grecaptcha.reset();
}
}
if (data['success']) {
$('#review').before($(data['success']).fadeIn());
var success = $('#reviews .alert-success:visible').first();
var success_scroll = success.offset().top - 50;
$('html, body').animate({
scrollTop: success_scroll
},500);
$('input[name=\'name\'], input[name=\'email\'], textarea[name=\'text\'], input[name=\'captcha\']').val('');
}
}
});
});