Closed wsh9000 closed 10 years ago
Good catch. Multi browser support is very important for a plugin like this. Thanks for the PR. One suggestion for your fix, with I commented on. Also, can you update the min.js
file?
it looks better now,and the min.js is updated.
Thank you. One last thing before I merge it: squash your commits into one to have a cleaner history.
Resolved on #3
deal with IE11(not sure if other IE version has this problem) (when you scroll-up with mouse wheel,scroll-down also triggered,cause the top bar hidden) (in fact,not like chrome,scroll with mouse wheel triggered scroll event serveal times) but I find when it happened,"y==lastY"(var in the js),so I simply add "if (y==lastY){return;}",now it work on IE11 right,:-P