I've seen this question but feel like there has to be a "cleaner" jQuery method of doing this. I'm not even sure if this really works in all scenarios. Is there a way for jQuery to determine if a container has overflow without comparing dimensions?
For clarification, is there a method to test whether the CSS attribute overflow: hidden
has kicked in and is hiding content?