You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triggering the scroll event on the window ('jQuery(window).scroll();')
should be considered a special case because the window object has
a scroll method that takes two parameters: x,y. On non-IE browsers,
the call gets ignored when parameters aren't passed in. But on IE*,
the call takes on 0,0 as a default and scrolls the page. This issue
is preventing me from triggering scroll handlers this way because
of the undesirable side effect.
0 commit comments