PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
uploads
/
custom-css-js
<!-- start Simple Custom CSS and JS --> <script type="text/javascript"> jQuery(function() { $ = jQuery; $(window).on("scroll", function() { if($(window).scrollTop() > 50) { $(".single").addClass("active"); } else { //remove the background property so it comes transparent again (defined in your css) $(".single").removeClass("active"); } }); }); jQuery(function() { $ = jQuery; $(window).on("scroll", function() { if($(window).scrollTop() > 50) { $(".page").addClass("active"); } else { //remove the background property so it comes transparent again (defined in your css) $(".page").removeClass("active"); } }); });</script> <!-- end Simple Custom CSS and JS -->
[+]
..
[-] 274.js
[edit]
[-] 264.js
[edit]
[-] 318.css
[edit]
[-] index.php
[edit]
[-] 313.js
[edit]