From: Alessandro Loffredo Date: Wed, 15 Jan 2014 14:25:05 +0000 (+0100) Subject: Update anchor tag with required "data-reveal" X-Git-Tag: v5.1.0~29^2~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4156%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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! --- 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}}