2016-03-31 11 views

Antwort

0

Jetzt Problem gelöst. Ich habe dies unter Code durch Hinzufügen

// Global variable Strom poisition

current = $ (Fenster) .scrollTop() aufgelöst;

Aftershow-: function() {

$ (Fenster) .bind ('blättern', function() {

$(window).scrollTop(currentPosition); 

});

},

Before: function() {

$(window).unbind('scroll'); 

},