Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| // Usage: $(element).scrollToTop([position]) | |
| ;(function($){ | |
| // only allow one scroll to top operation to be in progress at a time, | |
| // which is probably what you want | |
| var scrollToTopInProgress = false | |
| $.fn.scrollToTop = function(position){ | |
| var $this = this, | |
| targetY = position || 0, |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)