Showcase

  • Sajak & Farki

                }
    
                }).fail(SF.epicFail);
                } else {
                  // Otherwise just open the section.
                  if (section != SF._currentSection) SF.animateSections(section);
                }
                // 404 handling
                } else {
                  // alert('404!!');
    
  • Experimint

        var completeImageLoading = function() {
            qLdone++;
            var percentage = (qLdone / qLimages.length) * 100;
            $('div#load_bar').css('width', (percentage * 2.6) + "px");
            if (qLoptions.percentage == true) {
              $(qLpercentage).text(Math.ceil(percentage) + "%");
            }
            if (qLdone == qLimages.length) {
              destroyQueryLoader();
            }