My concept: So i have a fixed height DIV that containts a variable amount of content. If the content overflows from the box, it is initially hidden (via CSS), but if you mouseover the box, it should expand to the height needed to display the content.
This is what I have so far to accomplish this: http://jsfiddle.net/CvhkM/649/
The problem is as you can see, the jquery fires on both of those example DIVs, where it really should only fire on the bottom div (with content that extends beyond the initial div height as defined via CSS).
Also it grows to a defined height (300px), is there a way to detect the exact height it should grow to?
UPDATE: SOLUTION FOUND--> IVE LEFT IT ON JSFIDDLE: http://jsfiddle.net/hQkFH/3/