-
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"
-
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() {
-
onLoaded: function() {
this.loadCount++;
if (this.loadCount == this.MAX_NUM_FILES_TO_LOAD) {
this.isLoaded = true;
bg.init(this.bg);
scrollMaster.init();
$("#container").css("visibility", "visible");
-
}
}).fail(SF.epicFail);
} else {
// Otherwise just open the section.
if (section != SF._currentSection) SF.animateSections(section);
}
// 404 handling
} else {
// alert('404!!');
-
$.fn.Menu = function() {
this.each(function(i) {
var $self = $(this),
$ul = $('<ul/>').appendTo($self),
$sections = $('[data-nav]'),
_sections = new Array(),
$navs = new Array();