It’s Black Friday and retailers all over the globe are getting involved. Amazon UK has some great deals for Star Wars fans including big discounts on Ultimate Co-pilot FurReal Chewie and The Black Series Darth Vader Premium Electronic Helmet. Take the links below are grab yourself a bargain — happy hunting!


jQuery(document).ready(function() {

var CONSTANTS = {
productMinWidth : 185,
productMargin : 20
};

var $adUnits = jQuery(‘.aalb-744-pa-ad-unit’);
$adUnits.each(function() {
var $adUnit = jQuery(this),
$wrapper = $adUnit.find(‘.aalb-744-pa-wrapper’),
$productContainer = $adUnit.find(‘.aalb-744-pa-product-container’),
$btnNext = $adUnit.find(‘.aalb-744-pa-btn-next’),
$btnPrev = $adUnit.find(‘.aalb-744-pa-btn-prev’),
$productList = $productContainer.find(‘.aalb-744-pa-product-list’),
$products = $productList.find(‘.aalb-744-pa-product’),
productCount = $products.length;

if (!productCount) {
return true;
}

var rows = $adUnit.find(‘input[name=rows]’).length && parseInt($adUnit.find(‘input[name=rows]’).val(), 10),
columns = $adUnit.find(‘input[name=columns]’).length && parseInt($adUnit.find(‘input[name=columns]’).val(), 10),
disableCarousel = $adUnit.find(‘input[name=disable-carousel]’).length || rows || columns;

if (columns) {
var productContainerMinWidth = columns * (CONSTANTS.productMinWidth + CONSTANTS.productMargin) + ‘px’;
$adUnit.css(‘min-width’, productContainerMinWidth);
$productContainer.css(‘min-width’, productContainerMinWidth);
$products.filter(‘:nth-child(‘ + columns + ‘n + 1)’).css(‘clear’, ‘both’);
}

if (rows && columns) {
var cutOffIndex = (rows * columns) – 1;
$products.filter(‘:gt(‘ + cutOffIndex + ‘)’).remove();
}

function updateLayout() {
var wrapperWidth = $wrapper.width(),
possibleColumns = columns || parseInt(wrapperWidth / (CONSTANTS.productMinWidth + CONSTANTS.productMargin), 10),
actualColumns = columns || possibleColumns wrapperWidth) && actualColumns !== 1) {
$btnNext.css(‘visibility’, ‘visible’).removeClass(‘disabled’).unbind(‘click’);
$btnPrev.css(‘visibility’, ‘visible’).removeClass(‘disabled’).unbind(‘click’);
$productContainer.jCarouselLite({
btnNext : ‘#’ + $adUnit.attr(‘id’) + ‘ .aalb-744-pa-btn-next’,
btnPrev : ‘#’ + $adUnit.attr(‘id’) + ‘ .aalb-744-pa-btn-prev’,
visible : actualColumns,
circular : false
});
} else {
$productContainer.css(‘width’, ‘auto’);
$productList.css(‘width’, ‘auto’);
$btnNext.css(‘visibility’, ‘hidden’).unbind(‘click’);
$btnPrev.css(‘visibility’, ‘hidden’).unbind(‘click’);
}
}
}

updateLayout();
jQuery(window).resize(updateLayout);
});
});

/*!
* jCarouselLite – v1.1 – 2014-09-28
* http://www.gmarwaha.com/jquery/jcarousellite/
* Copyright (c) 2014 Ganeshji Marwaha
* Licensed MIT (https://github.com/ganeshmax/jcarousellite/blob/master/LICENSE)
*/

!function(a){a.jCarouselLite={version:”1.1″},a.fn.jCarouselLite=function(b){return b=a.extend({},a.fn.jCarouselLite.options,b||{}),this.each(function(){function c(a){return n||(clearTimeout(A),z=a,b.beforeStart&&b.beforeStart.call(this,i()),b.circular?j(a):k(a),m({start:function(){n=!0},done:function(){b.afterEnd&&b.afterEnd.call(this,i()),b.auto&&h(),n=!1}}),b.circular||l()),!1}function d(){if(n=!1,o=b.vertical?”top”:”left”,p=b.vertical?”height”:”width”,q=B.find(“>ul”),r=q.find(“>li”),x=r.size(),w=x0?z-b.scroll:z+b.scroll)}),b.auto&&h()}function h(){A=setTimeout(function(){c(z+b.scroll)},b.auto)}function i(){return s.slice(z).slice(0,w)}function j(a){var c;a=y-w+1&&(c=a-x-b.scroll,q.css(o,-(c*t)+”px”),z=c+b.scroll)}function k(a){0>a?z=0:a>y-w&&(z=y-w)}function l(){a(b.btnPrev+”,”+b.btnNext).removeClass(“disabled”),a(z-b.scrolly-w&&b.btnNext||[]).addClass(“disabled”)}function m(c){n=!0,q.animate(“left”==o?{left:-(z*t)}:{top:-(z*t)},a.extend({duration:b.speed,easing:b.easing},c))}var n,o,p,q,r,s,t,u,v,w,x,y,z,A,B=a(this);d(),e(),f(),g()})},a.fn.jCarouselLite.options={btnPrev:null,btnNext:null,btnGo:null,mouseWheel:!1,auto:null,speed:200,easing:null,vertical:!1,circular:!0,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null}}(jQuery);

The post Amazon UK Black Friday Deals appeared first on Jedi News – Broadcasting Star Wars News Across The Galaxy!.



Read More

LEAVE A REPLY

Please enter your comment!
Please enter your name here