-
function handleDropEvent(event, ui) {
var draggable = ui.draggable;
$('#triforceDrag').css({
backgroundImage: 'url("./img/linkHappy@2x.gif")',
backgroundSize: '112px 208px'
}).draggable({
disabled: true
});
$('#dragText').css({
fontSize: '0px',
color: "#fff"
-
// easter eggs
$('.easter-egg').each(function(i) {
$(this).attr('href', $('#easter-eggs').find('a').eq(i).attr('href')).attr('target', '_blank');
});
});
})(jQuery);
-
if (list[i].style.zIndex == 0) {
if (slideoutElement) {
list[i].style.zIndex = -2;
list[i].className = "";
} else {
switch (targetSection) {
case "sec_aniversary":
{
if (Modernizr.csstransitions) {
$(list[i].children).each(function() {
-
$baloonize.each(function(index, value) {
$element = $(this);
switch (true) {
case (pos < ($element.data("start"))):
$top = $element.data("start_y") + ($element.data("length") / 2);
$element.css({
"top": $top
});
break;
case (pos < ($element.data("end"))):
-
var guyStatus = new bg._enjoy.Status();
guyStatus.tracker = utils.getById('status_tracker');
guyStatus.onPointsChange = function(total) {
if (total > 100) total = 100;
this.tracker.innerHTML = total + '%';
animatedBaloon.loadImage(parseInt(total / 6.25));
}
guyStatus.onComplete = function() {
this.milestones = [];