llista deures part 4

This commit is contained in:
nau
2016-06-16 21:54:12 +02:00
parent 9e4998f81a
commit 0598210114

View File

@@ -1,5 +1,5 @@
//http://placehold.it/1920x1080 //http://placehold.it/1920x1080
var actualWindow="";
function OnLoadDefault(){ function OnLoadDefault(){
/*$(document).ready(function(e) { /*$(document).ready(function(e) {
$('#HTMLmenu').load('HTMLmenu.html',function(){ $('#HTMLmenu').load('HTMLmenu.html',function(){
@@ -11,16 +11,20 @@ function OnLoadDefault(){
// //
}); });
});*/ });*/
$(window).bind('scroll', function () { console.log(actualWindow);
console.log($(window).scrollTop()); if(actualWindow!="index")
if ($(window).scrollTop() > 25) { {
//$('.menu').addClass('own-menuFixed'); $(window).bind('scroll', function () {
document.getElementById("menu").className="own-menuFixed"; console.log($(window).scrollTop());
} else { if ($(window).scrollTop() > 25) {
//$('.menu').removeClass('own-menuFixed'); //$('.menu').addClass('own-menuFixed');
document.getElementById("menu").className="own-menu"; document.getElementById("menu").className="own-menuFixed";
} } else {
}); //$('.menu').removeClass('own-menuFixed');
document.getElementById("menu").className="own-menu";
}
});
}
} }
/* /*
- La señora haciendo el saludo de la victoria (_013) - La señora haciendo el saludo de la victoria (_013)
@@ -32,6 +36,7 @@ function OnLoadDefault(){
- Gente (014, 074, 068, 071, 012) - Gente (014, 074, 068, 071, 012)
*/ */
function OnLoadIndex(){ function OnLoadIndex(){
actualWindow="index";
OnLoadDefault(); OnLoadDefault();
var numImg=3; var numImg=3;
var visibleImg=1; var visibleImg=1;