topical media & game development
lib-jquery-learning-bookstore-scripts-rotators.js / js
// Example: News feed rotator
// Step 1
// document.ready(function() {
// $('#news-feed').each(function() {
// var
// container.empty();
// });
// });
// Step 2
// document.ready(function() {
// $('#news-feed').each(function() {
// var
// container.empty();
//
// $('rss item', data).each(function() {
// // Work with the headlines here.
// });
// });
// });
// });
// Step 3
// document.ready(function() {
// $('#news-feed').each(function() {
// var container = this;
//
// .get('news/feed.xml', function(data) {
// $('rss item', data).each(function() {
// var
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var headline = $('<h4></h4>').append(
//
// $('<div></div>')
// .append(headline)
// .appendTo(
// });
// });
// });
// });
// Step 4
// document.ready(function() {
// $('#news-feed').each(function() {
// var container = this;
//
// .get('news/feed.xml', function(data) {
// $('rss item', data).each(function() {
// var
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var headline = $('<h4></h4>').append(
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var publication = $('<div></div>')
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .append(headline, summary)
// .appendTo(
// });
// });
// });
// });
// Step 5
// document.ready(function() {
// $('#news-feed').each(function() {
// var container = this;
//
// .get('news/feed.xml', function(data) {
// $('rss item', data).each(function() {
// var
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var headline = $('<h4></h4>').append(
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var publication = $('<div></div>')
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .addClass('headline')
// .append(headline, summary)
// .appendTo(
// });
// });
// });
// });
// Step 6
// document.ready(function() {
// $('#news-feed').each(function() {
// var container = this;
//
// .get('news/feed.xml', function(data) {
// $('rss item', data).each(function() {
// var
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var headline = $('<h4></h4>').append(
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var publication = $('<div></div>')
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .addClass('headline')
// .append(headline, summary)
// .appendTo(
// });
//
// var currentHeadline = 0, oldHeadline = 0;
// var hiddenPosition = container.height() + 10;
// $('div.headline').eq(currentHeadline).css('top', 0);
// });
// });
// });
// Step 7
// document.ready(function() {
// $('#news-feed').each(function() {
// var
// container.empty();
//
// $('rss item', data).each(function() {
// var link = $('<a></a>')
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var link);
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var summary = $('<div></div>')
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .addClass('headline')
// .append(publication,
// .appendTo(container);
// });
//
// var currentHeadline = 0, oldHeadline = 0;
// var hiddenPosition =
// $('div.headline').eq(currentHeadline).css('top', 0);
// var headlineCount = $('div.headline').length;
// var headlineTimeout;
//
// var headlineRotate = function() {
// currentHeadline = (oldHeadline + 1) % headlineCount;
// // Animate the headline positions here.
// oldHeadline = currentHeadline;
// };
// });
// });
// });
// Step 8
// document.ready(function() {
// $('#news-feed').each(function() {
// var container = this;
//
// .get('news/feed.xml', function(data) {
// $('rss item', data).each(function() {
// var
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var headline = $('<h4></h4>').append(
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var publication = $('<div></div>')
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .addClass('headline')
// .append(headline, summary)
// .appendTo(
// });
//
// var currentHeadline = 0, oldHeadline = 0;
// var hiddenPosition = container.height() + 10;
// $('div.headline').eq(currentHeadline).css('top', 0);
// var headlineCount = $('div.headline').length;
// var pause;
//
// var headlineRotate = function() {
// currentHeadline = (oldHeadline + 1) % headlineCount;
// $('div.headline').eq(oldHeadline).animate(
// {top: -hiddenPosition}, 'slow', function() {
// this.css('top', hiddenPosition);
// });
// $('div.headline').eq(currentHeadline).animate(
// {top: 0}, 'slow', function() {
// pause = setTimeout(headlineRotate, 5000);
// });
// oldHeadline = currentHeadline;
// };
// pause = setTimeout(headlineRotate, 5000);
// });
// });
// });
// Step 9
// document.ready(function() {
// $('#news-feed').each(function() {
// var
// container.empty();
//
// $('rss item', data).each(function() {
// var link = $('<a></a>')
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var link);
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var summary = $('<div></div>')
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .addClass('headline')
// .append(publication,
// .appendTo(container);
// });
//
// var currentHeadline = 0, oldHeadline = 0;
// var hiddenPosition =
// $('div.headline').eq(currentHeadline).css('top', 0);
// var headlineCount = $('div.headline').length;
// var pause;
//
// var headlineRotate = function() {
// currentHeadline = (oldHeadline + 1) % headlineCount;
// $('div.headline').eq(oldHeadline).animate(
// {top: -hiddenPosition}, 'slow', function() {
// this.css('top', hiddenPosition);
// });
// $('div.headline').eq(currentHeadline).animate(
// {top: 0}, 'slow', function() {
// pause = setTimeout(headlineRotate, 5000);
// });
// oldHeadline = currentHeadline;
// };
// pause = setTimeout(headlineRotate, 5000);
//
// container.hover(function() {
// clearTimeout(pause);
// }, function() {
// pause = setTimeout(headlineRotate, 250);
// });
// });
// });
// });
// Step 10
// document.ready(function() {
// $('#news-feed').each(function() {
// var
// container.empty();
//
// $('rss item', data).each(function() {
// var link = $('<a></a>')
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var link);
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var summary = $('<div></div>')
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .addClass('headline')
// .append(publication,
// .appendTo(container);
// });
//
// var currentHeadline = 0, oldHeadline = 0;
// var hiddenPosition =
// $('div.headline').eq(currentHeadline).css('top', 0);
// var headlineCount = $('div.headline').length;
// var pause;
// var rotateInProgress = false;
//
// var headlineRotate = function() {
// if (!rotateInProgress) {
// rotateInProgress = true;
// currentHeadline = (oldHeadline + 1)
// % headlineCount;
// $('div.headline').eq(oldHeadline).animate(
// {top: -hiddenPosition}, 'slow', function() {
// this.css('top', hiddenPosition);
// });
// $('div.headline').eq(currentHeadline).animate(
// {top: 0}, 'slow', function() {
// rotateInProgress = false;
// pause = setTimeout(headlineRotate, 5000);
// });
// oldHeadline = currentHeadline;
// }
// };
// pause = setTimeout(headlineRotate, 5000);
//
// container.hover(function() {
// clearTimeout(pause);
// }, function() {
// pause = setTimeout(headlineRotate, 250);
// });
// });
// });
// });
// Step 11
// document.ready(function() {
// $('#news-feed').each(function() {
// var
// container.empty();
//
// $('rss item', data).each(function() {
// var link = $('<a></a>')
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var link);
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var summary = $('<div></div>')
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .addClass('headline')
// .append(publication,
// .appendTo(container);
// });
//
// var currentHeadline = 0, oldHeadline = 0;
// var hiddenPosition =
// $('div.headline').eq(currentHeadline).css('top', 0);
// var headlineCount = $('div.headline').length;
// var pause;
// var rotateInProgress = false;
//
// var headlineRotate = function() {
// if (!rotateInProgress) {
// rotateInProgress = true;
// pause = false;
// currentHeadline = (oldHeadline + 1)
// % headlineCount;
// $('div.headline').eq(oldHeadline).animate(
// {top: -hiddenPosition}, 'slow', function() {
// this.css('top', hiddenPosition);
// });
// $('div.headline').eq(currentHeadline).animate(
// {top: 0}, 'slow', function() {
// rotateInProgress = false;
// if (!pause) {
// pause = setTimeout(headlineRotate, 5000);
// }
// });
// oldHeadline = currentHeadline;
// }
// };
// if (!pause) {
// pause = setTimeout(headlineRotate, 5000);
// }
//
// container.hover(function() {
// clearTimeout(pause);
// pause = false;
// }, function() {
// if (!pause) {
// pause = setTimeout(headlineRotate, 250);
// }
// });
// });
// });
// });
// Step 12
// document.ready(function() {
// $('#news-feed').each(function() {
// var
// container.empty();
//
// $('rss item', data).each(function() {
// var link = $('<a></a>')
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var link);
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var summary = $('<div></div>')
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .addClass('headline')
// .append(publication,
// .appendTo(container);
// });
//
// var currentHeadline = 0, oldHeadline = 0;
// var hiddenPosition =
// $('div.headline').eq(currentHeadline).css('top', 0);
// var headlineCount = $('div.headline').length;
// var pause;
// var rotateInProgress = false;
//
// var headlineRotate = function() {
// if (!rotateInProgress) {
// rotateInProgress = true;
// pause = false;
// currentHeadline = (oldHeadline + 1)
// % headlineCount;
// $('div.headline').eq(oldHeadline).animate(
// {top: -hiddenPosition}, 'slow', function() {
// this.css('top', hiddenPosition);
// });
// $('div.headline').eq(currentHeadline).animate(
// {top: 0}, 'slow', function() {
// rotateInProgress = false;
// if (!pause) {
// pause = setTimeout(headlineRotate, 5000);
// }
// });
// oldHeadline = currentHeadline;
// }
// };
// if (!pause) {
// pause = setTimeout(headlineRotate, 5000);
// }
//
// container.hover(function() {
// clearTimeout(pause);
// pause = false;
// }, function() {
// if (!pause) {
// pause = setTimeout(headlineRotate, 250);
// }
// });
// });
// });
// });
// Step 13
// document.ready(function() {
// $('#news-feed').each(function() {
// var
// container.empty();
// var
// .attr({
// 'src': 'images/loading.gif',
// 'alt': 'Loading. Please wait.'
// })
// .addClass('news-wait')
// .appendTo(container);
//
//
// loadingIndicator.remove();
// $('rss item', data).each(function() {
// var
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var headline = $('<h4></h4>').append(
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var publication = $('<div></div>')
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .addClass('headline')
// .append(headline, summary)
// .appendTo(
// });
//
// var currentHeadline = 0, oldHeadline = 0;
// var hiddenPosition = container.height() + 10;
// $('div.headline').eq(currentHeadline).css('top', 0);
// var headlineCount = $('div.headline').length;
// var pause;
// var rotateInProgress = false;
//
// var headlineRotate = function() {
// if (!rotateInProgress) {
// rotateInProgress = true;
// pause = false;
// currentHeadline = (oldHeadline + 1)
// % headlineCount;
// $('div.headline').eq(oldHeadline).animate(
// {top: -hiddenPosition}, 'slow', function() {
// this.css('top', hiddenPosition);
// });
// $('div.headline').eq(currentHeadline).animate(
// {top: 0}, 'slow', function() {
// rotateInProgress = false;
// if (!pause) {
// pause = setTimeout(headlineRotate, 5000);
// }
// });
// oldHeadline = currentHeadline;
// }
// };
// if (!pause) {
// pause = setTimeout(headlineRotate, 5000);
// }
//
//
// clearTimeout(pause);
// pause = false;
// }, function() {
// if (!pause) {
// pause = setTimeout(headlineRotate, 250);
// }
// });
// });
// });
// });
// Step 14
// document.ready(function() {
// $('#news-feed').each(function() {
// var container = this;
//
//
// var fadeHeight = container.height() / 4;
// for (var yPos = 0; yPos < fadeHeight; yPos += 2) {
// $('<div></div>')
// .addClass('fade-slice')
// .appendTo(
// }
//
// var loadingIndicator = $('<img/>')
// .attr({
// 'src': 'images/loading.gif',
// 'alt': 'Loading. Please wait.'
// })
// .addClass('news-wait')
// .appendTo(
//
// .get('news/feed.php', function(data) {
//
// $('rss item', data).each(function() {
// var link = $('<a></a>')
// .attr('href', $('link', this).text())
// .text($('title', this).text());
// var link);
//
// var pubDate = new Date($('pubDate', this).text());
// var pubMonth = pubDate.getMonth() + 1;
// var pubDay = pubDate.getDate();
// var pubYear = pubDate.getFullYear();
// var
// .addClass('publication-date')
// .text(pubMonth + '/' + pubDay + '/' + pubYear);
//
// var summary = $('<div></div>')
// .addClass('summary')
// .html($('description', this).text());
//
// $('<div></div>')
// .addClass('headline')
// .append(publication,
// .appendTo(container);
// });
//
// var currentHeadline = 0, oldHeadline = 0;
// var hiddenPosition =
// $('div.headline').eq(currentHeadline).css('top', 0);
// var headlineCount = $('div.headline').length;
// var pause;
// var rotateInProgress = false;
//
// var headlineRotate = function() {
// if (!rotateInProgress) {
// rotateInProgress = true;
// pause = false;
// currentHeadline = (oldHeadline + 1)
// % headlineCount;
// $('div.headline').eq(oldHeadline).animate(
// {top: -hiddenPosition}, 'slow', function() {
// this.css('top', hiddenPosition);
// });
// $('div.headline').eq(currentHeadline).animate(
// {top: 0}, 'slow', function() {
// rotateInProgress = false;
// if (!pause) {
// pause = setTimeout(headlineRotate, 5000);
// }
// });
// oldHeadline = currentHeadline;
// }
// };
// if (!pause) {
// pause = setTimeout(headlineRotate, 5000);
// }
//
// container.hover(function() {
// clearTimeout(pause);
// pause = false;
// }, function() {
// if (!pause) {
// pause = setTimeout(headlineRotate, 250);
// }
// });
// });
// });
// });
// Step 15
document.ready(function() {
$('#news-feed').each(function() {
var container.empty();
var fadeHeight = container.height() - fadeHeight + yPos
}).addClass('fade-slice').appendTo(loadingIndicator = $('<img/>')
.attr({
'src': 'images/loading.gif',
'alt': 'Loading. Please wait.'
})
.addClass('news-wait')
.appendTo(.get('news/feed.php', function(data) {
link = $('<a></a>')
.attr('href', $('link', this).text())
.text($('title', this).text());
var link);
var pubDate = new Date($('pubDate', this).text());
var pubMonth = pubDate.getMonth() + 1;
var pubDay = pubDate.getDate();
var pubYear = pubDate.getFullYear();
var summary = $('<div></div>')
.addClass('summary')
.html($('description', this).text());
$('<div></div>')
.addClass('headline')
.append(publication, container);
});
var currentHeadline = 0, oldHeadline = 0;
var hiddenPosition = container.hover(function() {
clearTimeout(pause);
pause = false;
}, function() {
if (!pause) {
pause = setTimeout(headlineRotate, 250);
}
});
});
});
});
// Example: Image Carousel
// Step 1
// document.ready(function() {
// var spacing = 140;
//
// $('#featured-books').css({
// 'width': spacing * 3,
// 'height': '166px',
// 'overflow': 'hidden'
// }).find('.covers a').css({
// 'float': 'none',
// 'position': 'absolute',
// 'left': 1000
// });
//
// var
//
// covers.eq(0).css('left', 0);
//
// covers.eq(2).css('left', spacing * 2);
// });
// Step 2
// document.ready(function() {
// var spacing = 140;
//
// $('#featured-books').css({
// 'width': spacing * 3,
// 'height': '166px',
// 'overflow': 'hidden'
// }).find('.covers a').css({
// 'float': 'none',
// 'position': 'absolute',
// 'left': 1000
// });
//
// var setUpCovers = function() {
// var
//
// covers.unbind('click');
//
// // Left image; scroll right (to view images on left).
//
// .css('left', 0)
// .click(function(event) {
// covers.eq(2).css('left', 1000);
// covers.length - 1)
// .prependTo('#featured-books .covers');
// setUpCovers();
//
// event.preventDefault();
// });
//
// // Right image; scroll left (to view images on right).
//
// .css('left', spacing * 2)
// .click(function(event) {
// covers.eq(0).css('left', 1000);
//
// .appendTo('#featured-books .covers');
// setUpCovers();
//
// event.preventDefault();
// });
//
// // Center image.
// covers.eq(1)
// .css('left', spacing);
// };
//
// setUpCovers();
// });
// Step 3
// document.ready(function() {
// var spacing = 140;
//
// $('#featured-books').css({
// 'width': spacing * 3,
// 'height': '166px',
// 'overflow': 'hidden'
// }).find('.covers a').css({
// 'float': 'none',
// 'position': 'absolute',
// 'left': 1000
// });
//
// var setUpCovers = function() {
// var
//
// covers.unbind('click');
//
// // Left image; scroll right (to view images on left).
//
// .css('left', 0)
// .click(function(event) {
// covers.eq(0).animate({'left': spacing}, 'fast');
//
// covers.eq(2).animate({'left': spacing * 3}, 'fast');
// covers.length - 1)
// .css('left', -spacing)
// .animate({'left': 0}, 'fast', function() {
// this.prependTo('#featured-books .covers');
// setUpCovers();
// });
//
// event.preventDefault();
// });
//
// // Right image; scroll left (to view images on right).
//
// .css('left', spacing * 2)
// .click(function(event) {
// covers.eq(0)
// .animate({'left': -spacing}, 'fast', function() {
// this.appendTo('#featured-books .covers');
// setUpCovers();
// });
//
// covers.eq(2).animate({'left': spacing}, 'fast');
//
// .css('left', spacing * 3)
// .animate({'left': spacing * 2}, 'fast');
//
// event.preventDefault();
// });
//
// // Center image.
// covers.eq(1)
// .css('left', spacing);
// };
//
// setUpCovers();
// });
// Step 4
// document.ready(function() {
// var spacing = 140;
//
// function createControl(src) {
// return $('<img/>')
// .attr('src', src)
// .addClass('control')
// .css('opacity', 0.6)
// .css('display', 'none');
// }
//
// var
// var rightRollover = createControl('images/right.gif');
// var
//
// $('#featured-books').css({
// 'width': spacing * 3,
// 'height': '166px',
// 'overflow': 'hidden'
// }).find('.covers a').css({
// 'float': 'none',
// 'position': 'absolute',
// 'left': 1000
// });
//
// var setUpCovers = function() {
// var covers = $('#featured-books .covers a');
//
//
//
// // Left image; scroll right (to view images on left).
// covers.eq(0)
// .css('left', 0)
// .click(function(event) {
//
// covers.eq(1).animate({'left': spacing * 2}, 'fast');
//
// covers.eq(
// .css('left', -spacing)
// .animate({'left': 0}, 'fast', function() {
// this.prependTo('#featured-books .covers');
// setUpCovers();
// });
//
// event.preventDefault();
// }).hover(function() {
// leftRollover.appendTo(this).show();
// }, function() {
//
// });
//
// // Right image; scroll left (to view images on right).
// covers.eq(2)
// .css('left', spacing * 2)
// .click(function(event) {
//
// .animate({'left': -spacing}, 'fast', function() {
// this.appendTo('#featured-books .covers');
// setUpCovers();
// });
// covers.eq(1).animate({'left': 0}, 'fast');
//
// covers.eq(3)
// .css('left', spacing * 3)
// .animate({'left': spacing * 2}, 'fast');
//
// event.preventDefault();
// }).hover(function() {
//
// }, function() {
// rightRollover.hide();
// });
//
// // Center image.
//
// .css('left', spacing)
// .hover(function() {
// enlargeRollover.appendTo(this).show();
// }, function() {
//
// });
// };
//
// setUpCovers();
// });
// Step 5
// document.ready(function() {
// var spacing = 140;
//
// function createControl(src) {
// return $('<img/>')
// .attr('src', src)
// .addClass('control')
// .css('opacity', 0.6)
// .css('display', 'none');
// }
//
// var leftRollover = createControl('images/left.gif');
// var
// var enlargeRollover = createControl('images/enlarge.gif');
// var
// .addClass('enlarged')
// .hide()
// .appendTo('body');
//
// $('#featured-books').css({
// 'width': spacing * 3,
// 'height': '166px',
// 'overflow': 'hidden'
// }).find('.covers a').css({
// 'float': 'none',
// 'position': 'absolute',
// 'left': 1000
// });
//
// var setUpCovers = function() {
// var covers = $('#featured-books .covers a');
//
//
//
// // Left image; scroll right (to view images on left).
// covers.eq(0)
// .css('left', 0)
// .click(function(event) {
//
// covers.eq(1).animate({'left': spacing * 2}, 'fast');
//
// covers.eq(
// .css('left', -spacing)
// .animate({'left': 0}, 'fast', function() {
// this.prependTo('#featured-books .covers');
// setUpCovers();
// });
//
// event.preventDefault();
// }).hover(function() {
// leftRollover.appendTo(this).show();
// }, function() {
//
// });
//
// // Right image; scroll left (to view images on right).
// covers.eq(2)
// .css('left', spacing * 2)
// .click(function(event) {
//
// .animate({'left': -spacing}, 'fast', function() {
// this.appendTo('#featured-books .covers');
// setUpCovers();
// });
// covers.eq(1).animate({'left': 0}, 'fast');
//
// covers.eq(3)
// .css('left', spacing * 3)
// .animate({'left': spacing * 2}, 'fast');
//
// event.preventDefault();
// }).hover(function() {
//
// }, function() {
// rightRollover.hide();
// });
//
// // Center image; enlarge cover.
//
// .css('left', spacing)
// .click(function(event) {
// enlargedCover.attr('src', this.attr('href'))
// .css({
// 'left': ($('body').width() - 360) / 2,
// 'top' : 100,
// 'width': 360,
// 'height': 444
// })
// .show()
// .one('click', function() {
//
// });
// event.preventDefault();
// })
// .hover(function() {
// enlargeRollover.appendTo(this).show();
// }, function() {
//
// });
// };
//
// setUpCovers();
// });
// Step 6
// document.ready(function() {
// var spacing = 140;
//
// function createControl(src) {
// return $('<img/>')
// .attr('src', src)
// .addClass('control')
// .css('opacity', 0.6)
// .css('display', 'none');
// }
//
// var leftRollover = createControl('images/left.gif');
// var
// var enlargeRollover = createControl('images/enlarge.gif');
// var
// .addClass('enlarged')
// .hide()
// .appendTo('body');
// var closeButton = createControl('images/close.gif')
// .addClass('enlarged-control')
// .appendTo('body');
//
// $('#featured-books').css({
// 'width': spacing * 3,
// 'height': '166px',
// 'overflow': 'hidden'
// }).find('.covers a').css({
// 'float': 'none',
// 'position': 'absolute',
// 'left': 1000
// });
//
// var setUpCovers = function() {
// var
//
// covers.unbind('click mouseenter mouseleave');
//
// // Left image; scroll right (to view images on left).
//
// .css('left', 0)
// .click(function(event) {
// covers.eq(0).animate({'left': spacing}, 'fast');
//
// covers.eq(2).animate({'left': spacing * 3}, 'fast');
// covers.length - 1)
// .css('left', -spacing)
// .animate({'left': 0}, 'fast', function() {
// this.prependTo('#featured-books .covers');
// setUpCovers();
// });
//
// event.preventDefault();
// }).hover(function() {
//
// }, function() {
// leftRollover.hide();
// });
//
// // Right image; scroll left (to view images on right).
//
// .css('left', spacing * 2)
// .click(function(event) {
// covers.eq(0)
// .animate({'left': -spacing}, 'fast', function() {
// this.appendTo('#featured-books .covers');
// setUpCovers();
// });
//
// covers.eq(2).animate({'left': spacing}, 'fast');
//
// .css('left', spacing * 3)
// .animate({'left': spacing * 2}, 'fast');
//
// event.preventDefault();
// }).hover(function() {
// rightRollover.appendTo(this).show();
// }, function() {
//
// });
//
// // Center image; enlarge cover.
// covers.eq(1)
// .css('left', spacing)
// .click(function(event) {
//
// .css({
// 'left': ($('body').width() - 360) / 2,
// 'top' : 100,
// 'width': 360,
// 'height': 444
// })
// .show()
// .one('click', function() {
// closeButton.unbind('click').hide();
//
// });
// closeButton
// .css({
// 'left': ($('body').width() - 360) / 2,
// 'top' : 100
// })
// .show()
// .click(function() {
//
// });
// event.preventDefault();
// })
// .hover(function() {
// enlargeRollover.appendTo(this).show();
// }, function() {
//
// });
// };
//
// setUpCovers();
// });
// Step 7
// document.ready(function() {
// var spacing = 140;
//
// function createControl(src) {
// return $('<img/>')
// .attr('src', src)
// .addClass('control')
// .css('opacity', 0.6)
// .css('display', 'none');
// }
//
// var leftRollover = createControl('images/left.gif');
// var
// var enlargeRollover = createControl('images/enlarge.gif');
// var
// .addClass('enlarged')
// .hide()
// .appendTo('body');
// var closeButton = createControl('images/close.gif')
// .addClass('enlarged-control')
// .appendTo('body');
// var
// .addClass('enlarged-price')
// .css('opacity', 0.6)
// .css('display', 'none')
// .appendTo('body');
//
// $('#featured-books').css({
// 'width': spacing * 3,
// 'height': '166px',
// 'overflow': 'hidden'
// }).find('.covers a').css({
// 'float': 'none',
// 'position': 'absolute',
// 'left': 1000
// });
//
// var setUpCovers = function() {
// var covers = $('#featured-books .covers a');
//
//
//
// // Left image; scroll right (to view images on left).
// covers.eq(0)
// .css('left', 0)
// .click(function(event) {
//
// covers.eq(1).animate({'left': spacing * 2}, 'fast');
//
// covers.eq(
// .css('left', -spacing)
// .animate({'left': 0}, 'fast', function() {
// this.prependTo('#featured-books .covers');
// setUpCovers();
// });
//
// event.preventDefault();
// }).hover(function() {
// leftRollover.appendTo(this).show();
// }, function() {
//
// });
//
// // Right image; scroll left (to view images on right).
// covers.eq(2)
// .css('left', spacing * 2)
// .click(function(event) {
//
// .animate({'left': -spacing}, 'fast', function() {
// this.appendTo('#featured-books .covers');
// setUpCovers();
// });
// covers.eq(1).animate({'left': 0}, 'fast');
//
// covers.eq(3)
// .css('left', spacing * 3)
// .animate({'left': spacing * 2}, 'fast');
//
// event.preventDefault();
// }).hover(function() {
//
// }, function() {
// rightRollover.hide();
// });
//
// // Center image; enlarge cover.
//
// .css('left', spacing)
// .click(function(event) {
// var price = this.find('.price').text();
//
// enlargedCover.attr('src', this.attr('href'))
// .css({
// 'left': ($('body').width() - 360) / 2,
// 'top' : 100,
// 'width': 360,
// 'height': 444
// })
// .show()
// .one('click', function() {
//
// priceBadge.hide();
//
// });
// closeButton
// .css({
// 'left': ($('body').width() - 360) / 2,
// 'top' : 100
// })
// .show()
// .click(function() {
//
// });
// priceBadge
// .css({
// 'right': ($('body').width() - 360) / 2,
// 'top' : 100
// })
// .text(price)
// .show();
//
// event.preventDefault();
// })
// .hover(function() {
//
// }, function() {
// enlargeRollover.hide();
// });
// };
//
// setUpCovers();
// });
// Step 8
// document.ready(function() {
// var spacing = 140;
//
// function createControl(src) {
// return $('<img/>')
// .attr('src', src)
// .addClass('control')
// .css('opacity', 0.6)
// .css('display', 'none');
// }
//
// var
// var rightRollover = createControl('images/right.gif');
// var
// var enlargedCover = $('<img/>')
// .addClass('enlarged')
// .hide()
// .appendTo('body');
// var
// .addClass('enlarged-control')
// .appendTo('body');
// var priceBadge = $('<div/>')
// .addClass('enlarged-price')
// .css('opacity', 0.6)
// .css('display', 'none')
// .appendTo('body');
//
// $('#featured-books').css({
// 'width': spacing * 3,
// 'height': '166px',
// 'overflow': 'hidden'
// }).find('.covers a').css({
// 'float': 'none',
// 'position': 'absolute',
// 'left': 1000
// });
//
// var setUpCovers = function() {
// var
//
// covers.unbind('click mouseenter mouseleave');
//
// // Left image; scroll right (to view images on left).
//
// .css('left', 0)
// .click(function(event) {
// covers.eq(0).animate({'left': spacing}, 'fast');
//
// covers.eq(2).animate({'left': spacing * 3}, 'fast');
// covers.length - 1)
// .css('left', -spacing)
// .animate({'left': 0}, 'fast', function() {
// this.prependTo('#featured-books .covers');
// setUpCovers();
// });
//
// event.preventDefault();
// }).hover(function() {
//
// }, function() {
// leftRollover.hide();
// });
//
// // Right image; scroll left (to view images on right).
//
// .css('left', spacing * 2)
// .click(function(event) {
// covers.eq(0)
// .animate({'left': -spacing}, 'fast', function() {
// this.appendTo('#featured-books .covers');
// setUpCovers();
// });
//
// covers.eq(2).animate({'left': spacing}, 'fast');
//
// .css('left', spacing * 3)
// .animate({'left': spacing * 2}, 'fast');
//
// event.preventDefault();
// }).hover(function() {
// rightRollover.appendTo(this).show();
// }, function() {
//
// });
//
// // Center image; enlarge cover.
// covers.eq(1)
// .css('left', spacing)
// .click(function(event) {
// var price = this.find('.price').text();
// var startPos = this.offset();
// startPos.width = this.width();
// startPos.height = this.height();
// var endPos = {};
// endPos.width = startPos.width * 3;
// endPos.height = startPos.height * 3;
// endPos.top = 100;
// endPos.left = ($('body').width() - endPos.width) / 2;
//
//
// .css(startPos)
// .show()
// .animate(endPos, 'normal', function() {
// enlargedCover
// .one('click', function() {
//
// priceBadge.hide();
//
// });
// closeButton
// .css({
// 'left': endPos.left,
// 'top' : endPos.top
// })
// .show()
// .click(function() {
//
// });
// priceBadge
// .css({
// 'right': endPos.left,
// 'top' : endPos.top
// })
// .text(price)
// .show();
// });
// event.preventDefault();
// })
// .hover(function() {
//
// }, function() {
// enlargeRollover.hide();
// });
// };
//
// setUpCovers();
// });
// Step 9
// document.ready(function() {
// var spacing = 140;
//
// function createControl(src) {
// return $('<img/>')
// .attr('src', src)
// .addClass('control')
// .css('opacity', 0.6)
// .css('display', 'none');
// }
//
// var
// var rightRollover = createControl('images/right.gif');
// var
// var enlargedCover = $('<img/>')
// .addClass('enlarged')
// .hide()
// .appendTo('body');
// var
// .addClass('enlarged-control')
// .appendTo('body');
// var priceBadge = $('<div/>')
// .addClass('enlarged-price')
// .css('opacity', 0.6)
// .css('display', 'none')
// .appendTo('body');
//
// $('#featured-books').css({
// 'width': spacing * 3,
// 'height': '166px',
// 'overflow': 'hidden'
// }).find('.covers a').css({
// 'float': 'none',
// 'position': 'absolute',
// 'left': 1000
// });
//
// var setUpCovers = function() {
// var
//
// covers.unbind('click mouseenter mouseleave');
//
// // Left image; scroll right (to view images on left).
//
// .css('left', 0)
// .click(function(event) {
// covers.eq(0).animate({'left': spacing}, 'fast');
//
// covers.eq(2).animate({'left': spacing * 3}, 'fast');
// covers.length - 1)
// .css('left', -spacing)
// .animate({'left': 0}, 'fast', function() {
// this.prependTo('#featured-books .covers');
// setUpCovers();
// });
//
// event.preventDefault();
// }).hover(function() {
//
// }, function() {
// leftRollover.hide();
// });
//
// // Right image; scroll left (to view images on right).
//
// .css('left', spacing * 2)
// .click(function(event) {
// covers.eq(0)
// .animate({'left': -spacing}, 'fast', function() {
// this.appendTo('#featured-books .covers');
// setUpCovers();
// });
//
// covers.eq(2).animate({'left': spacing}, 'fast');
//
// .css('left', spacing * 3)
// .animate({'left': spacing * 2}, 'fast');
//
// event.preventDefault();
// }).hover(function() {
// rightRollover.appendTo(this).show();
// }, function() {
//
// });
//
// // Center image; enlarge cover.
// covers.eq(1)
// .css('left', spacing)
// .click(function(event) {
// var price = this.find('.price').text();
// var startPos = this.offset();
// startPos.width = this.width();
// startPos.height = this.height();
// var endPos = {};
// endPos.width = startPos.width * 3;
// endPos.height = startPos.height * 3;
// endPos.top = 100;
// endPos.left = ($('body').width() - endPos.width) / 2;
//
//
// .css(startPos)
// .show();
// var performAnimation = function() {
// enlargedCover.animate(endPos, 'normal',
// function() {
//
// closeButton.unbind('click').hide();
//
// enlargedCover.fadeOut();
// });
//
// .css({
// 'left': endPos.left,
// 'top' : endPos.top
// })
// .show()
// .click(function() {
// enlargedCover.click();
// });
//
// .css({
// 'right': endPos.left,
// 'top' : endPos.top
// })
// .text(price)
// .show();
// });
// };
// if (enlargedCover[0].complete) {
// performAnimation();
// }
// else {
//
// }
//
// event.preventDefault();
// })
// .hover(function() {
// enlargeRollover.appendTo(this).show();
// }, function() {
//
// });
// };
//
// setUpCovers();
// });
// Step 10
document.ready(function() {
var spacing = 140;
function createControl(src) {
return $('<img/>')
.attr('src', src)
.addClass('control')
.css('opacity', 0.6)
.css('display', 'none');
}
var leftRollover = createControl('images/left.gif');
var enlargeRollover = createControl('images/enlarge.gif');
var closeButton = createControl('images/close.gif')
.addClass('enlarged-control')
.appendTo('body');
var waitThrobber = $('<img/>')
.attr('src', 'images/wait.gif')
.addClass('control')
.css('z-index', 4)
.hide();
$('#featured-books').css({
'width': spacing * 3,
'height': '166px',
'overflow': 'hidden'
}).find('.covers a').css({
'float': 'none',
'position': 'absolute',
'left': 1000
});
var setUpCovers = function() {
var covers.unbind('click mouseenter mouseleave');
// Left image; scroll right (to view images on left).
covers.eq(0).animate({'left': spacing}, 'fast');
covers.eq(2).animate({'left': spacing * 3}, 'fast');
covers.length - 1)
.css('left', -spacing)
.animate({'left': 0}, 'fast', function() {
this.prependTo('#featured-books .covers');
setUpCovers();
});
event.preventDefault();
}).hover(function() {
leftRollover.hide();
});
// Right image; scroll left (to view images on right).
covers.eq(0)
.animate({'left': -spacing}, 'fast', function() {
this.appendTo('#featured-books .covers');
setUpCovers();
});
covers.eq(2).animate({'left': spacing}, 'fast');
rightRollover.appendTo(this).show();
}, function() {
covers.eq(1)
.css('left', spacing)
.click(function(event) {
enlargedCover.attr('src', this.attr('href'))
.css(startPos)
.show();
var performAnimation = function() {
enlargedCover.animate(endPos, 'normal',
function() {
closeButton.unbind('click').hide();
enlargedCover.fadeOut();
});
enlargedCover.click();
});
enlargedCover[0].complete) {
performAnimation();
}
else {
enlargeRollover.appendTo(this).show();
}, function() {
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.