I’m using quicklfip (http://jonraasch.com/blog/quickflip-2-jquery-plugin) for Chinese character flashcards. The front panel will have the character and the back panel will have the definition. The problem I am having is that I want to show example sentences but only when the back panel is visible. There doesn’t seem to be any callback function. Any JQuery experts have any ideas on how I could do this?
I’m using quicklfip ( http://jonraasch.com/blog/quickflip-2-jquery-plugin ) for Chinese character flashcards. The front panel will
Share
After a lot of headscratching I finally came up with the answer.. and it was simpler than I thought. All I needed to do was create 2 functions like so:
and then place an
<a>tag on each side of the card that would not only flip the card, but also call the above functions! Like this:and
Job done!