From dbf73e07ca10adf37f368b1b452ea5ce393ee8d0 Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 4 Mar 2021 08:10:05 +0100 Subject: [PATCH] add markup with default iframe tab in docs --- docs/javascript/iframe.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/javascript/iframe.md b/docs/javascript/iframe.md index ddbab7eb0..87212547e 100644 --- a/docs/javascript/iframe.md +++ b/docs/javascript/iframe.md @@ -27,6 +27,32 @@ To get the iframe 100% working you need the following content-wrapper markup: ``` +###### Markup with Default IFrame Tab +```html +
+ +
+
+
+

No tab selected!

+
+
+
+

Tab is loading

+
+
+
+
+``` + ##### Usage This plugin can be activated as a jQuery plugin or using the data api.