Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home2
/
ajwaeing
/
www
/
bootstrap
/
js
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
bootstrap.js
65.963KB
edt
ren
bootstrap.min.js
35.108KB
edt
ren
main.js
1.861KB
edt
ren
modernizr.js
9.173KB
edt
ren
npm.js
0.473KB
edt
ren
wow.min.js
4.664KB
edt
ren
// JavaScript Document $(document).ready(function(){ // Fixed header //----------------------------------------------- var headerTopHeight = $(".header-top").outerHeight(), headerHeight = $("header.header.fixed").outerHeight(); $(window).scroll(function() { if (($(".header.fixed").length > 0)) { if(($(this).scrollTop() > headerTopHeight+headerHeight) && ($(window).width() > 767)) { $("body").addClass("fixed-header-on"); $(".header.fixed").addClass('animated object-visible fadeInDown'); if (!($(".header.transparent").length>0)) { if ($(".banner:not(.header-top)").length>0) { $(".banner").css("marginTop", (headerHeight)+"px"); } else if ($(".page-intro").length>0) { $(".page-intro").css("marginTop", (headerHeight)+"px"); } else if ($(".page-top").length>0) { $(".page-top").css("marginTop", (headerHeight)+"px"); } else { $("section.main-container").css("marginTop", (headerHeight)+"px"); } } } else { $("body").removeClass("fixed-header-on"); $("section.main-container").css("marginTop", (0)+"px"); $(".banner").css("marginTop", (0)+"px"); $(".page-intro").css("marginTop", (0)+"px"); $(".page-top").css("marginTop", (0)+"px"); $(".header.fixed").removeClass('animated object-visible fadeInDown'); } }; }); //Scroll totop //----------------------------------------------- $(window).scroll(function() { if($(this).scrollTop() != 0) { $(".scrollToTop").fadeIn(); } else { $(".scrollToTop").fadeOut(); } }); $(".scrollToTop").click(function() { $("body,html").animate({scrollTop:0},800); }); }); var wow = new WOW ({ offset: 75, // distance to the element when triggering the animation (default is 0) mobile: false, // trigger animations on mobile devices (default is true) }); wow.init();