jQuery(document).ready(function(){
jQuery(window).scroll(function() {
var het = jQuery(window).scrollTop();
if(het>130){
jQuery(“.logo_with_newlik”).show();
}
else{
jQuery(“.logo_with_newlik”).hide();
}
});
});
jQuery(document).ready(function(){
jQuery(window).scroll(function() {
var het = jQuery(window).scrollTop();
if(het>130){
jQuery(“.logo_with_newlik”).show();
}
else{
jQuery(“.logo_with_newlik”).hide();
}
});
});