From af7354266812fab0a7d380bfe834a532301e80ed Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Tue, 8 Mar 2016 14:43:20 -0800 Subject: [PATCH] Add visual test page to show programmatic use of close triggers --- test/visual/triggers/programmatic.html | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 test/visual/triggers/programmatic.html diff --git a/test/visual/triggers/programmatic.html b/test/visual/triggers/programmatic.html new file mode 100644 index 000000000..29f958fc9 --- /dev/null +++ b/test/visual/triggers/programmatic.html @@ -0,0 +1,42 @@ + + + + + + + Foundation for Sites Testing + + + +
+

Triggers: Programmatic

+ +

This callout uses a close button with data-close. Clicking it should close the callout.

+ +
+

You can so totally close this!

+ +
+ +

This callout uses a close button with a manual event handler that uses jQuery's .trigger() function.

+ +
+

You can so totally close this!

+ +
+
+ + + + + + -- 2.47.2