I have About something like this: I think it can work, I have not tested it yet, but try it .. In addition to this jquery function actually Should be helpful, you also see: & lt; Div & gt; , whose CSS features I want to change whenever I scroll down to 10px of the website, how can I do this?
$ (document) ) .ready (function () {$ (window) .scroll (function () {var elementTop = $ ('. SomeDiv') offset () top; var position = elementTop- $ (window) ScrollTop (); if ( Condition == 10) {// do something}});});
No comments:
Post a Comment