jquery.appear
jquery.appear copied to clipboard
Added ability to specify a scrollable parent object
If the scrollable parent is not the main window then you can specify it. For example: .appear({scrolling_parent: $('#column1')})
Fixed my last pull request