Hello,
I need a function similar to the one provided in the "jQuery - Check if element is visible after scroling" question, by "romaintaz". But one that will traverse the element's ancestry and determine if the element can be seen by the user. The problem is that the element in question may be within multiple scrolling divs.
Thanks,