We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b146a10 commit 01d326eCopy full SHA for 01d326e
1 file changed
README.md
@@ -14,7 +14,7 @@ Simple boostrap plugin to allow tabs to fetch their data from a remote source
14
Requirements
15
============
16
17
-* Bootstrap 2.3x >
+* Bootstrap 2.3 or higher
18
19
Installation
20
@@ -40,6 +40,8 @@ You can use the following properties to enable remote data tabs:
40
|data-tab-json | json | JSON data to be send when fetching the URL | False |
41
|data-tab-delay | number | Simulate a delay (in miliseconds) | False |
42
43
+Check the demo for details on how to use this plugin.
44
+
45
Note
46
====
47
This plugin hooks into the bootstrap tabs 'show' event. In order to use a custom event callback, you can provide data-tab-callback
0 commit comments