diff --git a/docs/index.html b/docs/index.html index e25c46e..1198dbb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -508,6 +508,14 @@
You can also include an object as a third argument to prevent the card component from flipping when clicked. If this argument is not specified, the default behavior is to flip when clicked.
+ +
+
+ var card = ui.card('<p>I will not flip when clicked</p>', '<p>You must have clicked another element</p>', {self_flip: false});
+ card.el.appendTo('#card');
+
+
@@ -626,4 +634,4 @@