PATH:
home
/
lab2454c
/
transferwit.elementalrock.com
/
wp-content
/
plugins
/
ocean-extra
/
assets
/
js
var $j = jQuery.noConflict(), $window = $j( window ); $j( document ).ready( function() { "use strict"; // Scroll top oceanwpScrollTop(); } ); /* ============================================== SCROLL TOP ============================================== */ function oceanwpScrollTop() { "use strict" var selectors = { scrollTop : '#scroll-top', topLink : 'a[href="#go-top"]', slashTopLink : 'body.home a[href="/#go-top"]' } $window.on( 'scroll', function() { if ( $j( this ).scrollTop() > 100 ) { $j( '#scroll-top' ).fadeIn(); } else { $j( '#scroll-top' ).fadeOut(); } }); $j.each( selectors, function( key, value ){ $j( value ).on( 'click', function(e){ e.preventDefault(); $j( 'html, body' ).animate( { scrollTop:0 }, 400 ); $j( this ).parent().removeClass( 'sfHover' ); }); }); }
[-] fitvids.js
[edit]
[-] scrollTop.js
[edit]
[-] fixedFooter.js
[edit]
[-] customSelect.js
[edit]
[+]
..
[-] headerReplaceSearch.js
[edit]
[-] superfish.js
[edit]
[-] lightbox.js
[edit]
[-] dropDownSearch.js
[edit]
[-] matchHeight.js
[edit]
[-] scrollEffect.js
[edit]
[+]
woo
[-] headerSearchForm.js
[edit]
[-] infiniteScroll.js
[edit]
[-] slick.js
[edit]
[-] isotope.js
[edit]
[-] overlaySearch.js
[edit]
[-] fullScreenMenu.js
[edit]
[-] megaMenu.js
[edit]
[-] navNoClick.js
[edit]
[-] sidr.js
[edit]