- Stock: Out Of Stock
- Weight: 0.25kg
- ISBN: 9780241610923
Learn English with Fantastic Mr Fox! A Penguin Readers book. Discover fifteen famous Roald Dahl adventures, adapted for learners of English aged 7+. Can you read them all?
Penguin Readers is an ELT graded reader series for learners of English as a foreign language. With simplified text, illustrations and language learning exercises, the print edition also includes instructions to access supporting material online.
$('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']);
}
}
});
});