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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -