The Ride of a Lifetime: Lessons Learned from 15 Years as CEO of the Walt Disney Company
The Ride of a Lifetime: Lessons Learned from 15 Years as CEO of the Walt Disney Company
Individual order
ISBN:
9780593170984
Availability:
Author
Robert Iger
Format
Paperback
Number of pages
400
Publisher
Random House
Size
15.44 x 2.51 x 23.24
Year of publication
2019
Weight
0.00kg
Delivery terms
Please read the terms of delivery
Read more
- About the book
- Reviews (0)
About the book The Ride of a Lifetime: Lessons Learned from 15 Years as CEO of the Walt Disney Company
Finance, Marketing, Business The Ride of a Lifetime: Lessons Learned from 15 Years as CEO of the Walt Disney Company 9780593170984
Other books by the author
Robert Iger
The Ride of a Lifetime: Lessons Learned from 15 Years as CEO of the Walt Disney Company
Book reviews The Ride of a Lifetime: Lessons Learned from 15 Years as CEO of the Walt Disney Company (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']);
}
}
});
});
//-->