From 8348b24e6712c793c441abbae017955eb1228691 Mon Sep 17 00:00:00 2001 From: Alessandro Loffredo Date: Wed, 15 Jan 2014 15:25:05 +0100 Subject: [PATCH] Update anchor tag with required "data-reveal" As described here: http://foundation.zurb.com/forum/posts/258-reveal-problem-with-foundation-5 "data-reveal" is required to have reveal plugin working properly. This example works nice as is but if you have your buttons (anchors) loaded with jQuery (DOM update after document ready) it will not work. Let's save devs time with this tip in the documentation. Thanks! --- doc/includes/reveal/examples_reveal_data.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/includes/reveal/examples_reveal_data.html b/doc/includes/reveal/examples_reveal_data.html index 1b13fb80c..9bcbc7371 100644 --- a/doc/includes/reveal/examples_reveal_data.html +++ b/doc/includes/reveal/examples_reveal_data.html @@ -1,5 +1,5 @@ {{#markdown}} ```html -Click Me For A Modal +Click Me For A Modal ``` -{{/markdown}} \ No newline at end of file +{{/markdown}} -- 2.47.2