yemM / flippy

Flippy is a cross-browser flip effect plugin for jQuery which allows you to flip whatever html element you want. It now supports rgba colors
140 stars 98 forks source link

Can not flip multiple times if button is inside container #29

Closed Err0r404 closed 10 years ago

Err0r404 commented 10 years ago

I'm trying to flip a Bootstrap Modal and encounter a tiny problem : I can flip it, I can also flip it back but I can NOT flip it again...

Here is a jsfiddle example : http://jsfiddle.net/6GcNR/1/

Looks like you can not set the "action button" inside the flip container...

Hope to see a fix soon :)

yemM commented 10 years ago

You need to re-bind click events in callbacks.

see: http://jsfiddle.net/6GcNR/2/