PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
uploads
/
custom-css-js
<!-- start Simple Custom CSS and JS --> <script type="text/javascript"> jQuery(document).ready(function( $ ){ $(window).scroll(function() { var scroll = $(window).scrollTop(); //>=, not <= if (scroll >= 100) { //clearHeader, not clearheader - caps H $("body").addClass("sticky-header"); } }); //missing );}); </script> <!-- end Simple Custom CSS and JS -->
[+]
..
[-] 274.js
[edit]
[-] 264.js
[edit]
[-] 318.css
[edit]
[-] index.php
[edit]
[-] 313.js
[edit]