GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Useless javascript thread! (https://gfy.com/showthread.php?t=1113472)

All1 06-24-2013 09:37 PM

Useless javascript thread!
 
Code:

<script type="text/javascript">

$(function() {

    $('body .invis').applyOpacityFixForIE();

    setTimeout(
        function() {
            $('#contentbg').dnsFadeIn();
        }, 500
    );

    setTimeout(
        function() {
            $('#title, #footer').dnsFadeIn();
        }, 1500
    );

    //$('#vbg').get(0).play();

});

$(window).load( function(){
    $('.dyn-text, .dyn-text-const').dynResize();
    $('.dyn-text').removeClass('dyn-text');
   
});


function showPlans() {
    var $plans = $('#plans');
    if ($plans.hasClass('invis')) {       
        showClip($plans);

        setTimeout(function(){$('#blueprint').toggleClass('rotate3');},500);
        setTimeout(
            function() {
                setTimeout(function(){$('#bluePencil').toggleClass('rotate6')},250);
                setTimeout(function(){$('#yellPencil').toggleClass('rotate3')},400);
                setTimeout(function(){$('#strEdge').toggleClass('rotate6')},500);               
               
                setTimeout(function(){ $('#blueM1').dnsFadeIn(); }, 1000);
                setTimeout(function(){ $('#blueM2').dnsFadeIn(); }, 3000);         

            },250
        );
    }
}

function showCard() {
    var $card = $('#card');
    if ($card.hasClass('invis')) {
        showClip($card);

        setTimeout(function(){$('#bizCard').toggleClass('rotate6');},500);       
        setTimeout(function(){$('#bizM1').dnsFadeIn();},1250);
        setTimeout(function(){$('#bizM2').dnsFadeIn();},3250);
        setTimeout(function(){$('#bizM3').dnsFadeIn();},5250);   
    }


</script>

Rot in hell

facialfreak 06-24-2013 09:38 PM

you were not loved much as a child .... were you? :1orglaugh

All1 06-24-2013 09:39 PM

monday monday

seeandsee 06-25-2013 12:35 AM

Will not ask what is for


All times are GMT -7. The time now is 11:41 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc