This is my code: http://jsfiddle.net/bnookala/b2Yz8/3/ and this is the result: http://jsfiddle.net/bnookala/b2Yz8/3/embedded/result/
The behavior is pretty straightforward: after clicking on the red div, the 3D transform occurs and the blue div is made visible. Trying to reverse this behavior (by removing the flip
class), however, does not work. The second jQuery.bind
does not receive the click
event - it is being captured by the red div. This is also apparent in that the input box (in the blue div) cannot receive mouse focus. I've tried setting z-indexes to solve this problem, but that doesn't seem to work.