$(function () { // Set flipping event handler function $(".selector").wijflipcard({ flipping : function (e, data) { } }); });
Parameters
- e
- The jQuery.Event object.
- data
- The data with this event.
$(function () { // Set flipping event handler function $(".selector").wijflipcard({ flipping : function (e, data) { } }); });