javascript - Change Text Color on window scroll -


i have fixed header , want change color of hyperlinks when reach position in window.

how go in jquery?

listen scroll event , keep check on scrolltop...if scrolltop param reaches desired position, change color of links.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -