diff --git a/docs/index.html b/docs/index.html index 29ffa80bdd..b97d5914f0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1262,7 +1262,7 @@
$('.tabs').tabs()
You can activate a tab or pill navigation without writing any javascript by simply giving them a data-tabs
or data-pills
attribute.
<ul class="tabs" data-tabs >...</ul>+
<ul class="tabs" data-tabs="pls" >...</ul>
@@ -366,7 +366,7 @@ $('#my-modal').bind('hidden', function () { </script>
$(".alert-message").alert('close')