Test Your English Vocabulary in Use: Advanced
Back to the book
Test Your English Vocabulary in Use: Advanced
In Stock
ISBN:
9780521545341
Availability:
In Stock
Author
Michael McCarthy
Format
Paperback
Number of pages
171
Publisher
Cambridge University Press
Size
19.3 x 1.3 x 26.5
Year of publication
2005
Weight
0.32kg
Delivery terms
Please read the terms of delivery
Read more
About the book
Reviews (0)
About the book Test Your English Vocabulary in Use: Advanced
Vocabulary tests to accompany the popular English Vocabulary in Use Advanced. Vocabulary tests to accompany the popular English Vocabulary in Use Advanced.
Other books by the authorMichael McCarthy
Test Your English Vocabulary in Use: Advanced
Book reviews Test Your English Vocabulary in Use: Advanced (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']);
}
}
});
});
//-->