-
Pagrindinis
-
School stories - Autorių kolektyvas
School stories - Autorių kolektyvas
These stories should appeal especially to the university student who is able to appreciate both the style and the educational problems discussed in them. The questions which follow each story are supposed to lead the student into thinking: finding evidence, drawing conclusions, and answering diligently
Informacija |
Autorius |
Autorių kolektyvas |
Būklė |
Gera |
Leidykla |
PROSVESCENIE |
Metai |
1983 |
Puslapiai |
158 |
formatas |
13x20 |
isbn |
0140079963A |
Įrišimas |
Minkštas |
').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\'], textarea[name=\'text\'], input[name=\'captcha\']').val('');
}
}
});
});