Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
e8416107
Commit
e8416107
authored
Mar 23, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add mention of transitions plugin requirement on collapse
parent
f330de0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/javascript.html
docs/javascript.html
+2
-1
docs/templates/pages/javascript.mustache
docs/templates/pages/javascript.mustache
+2
-1
No files found.
docs/assets/bootstrap.zip
View file @
e8416107
No preview for this file type
docs/javascript.html
View file @
e8416107
...
@@ -1112,7 +1112,8 @@ $('#my-alert').bind('closed', function () {
...
@@ -1112,7 +1112,8 @@ $('#my-alert').bind('closed', function () {
<h3>
About
</h3>
<h3>
About
</h3>
<p>
Get base styles and flexible support for collapsible components like accordions and navigation.
</p>
<p>
Get base styles and flexible support for collapsible components like accordions and navigation.
</p>
<a
href=
"assets/js/bootstrap-collapse.js"
target=
"_blank"
class=
"btn"
>
Download file
</a>
<a
href=
"assets/js/bootstrap-collapse.js"
target=
"_blank"
class=
"btn"
>
Download file
</a>
</div>
<p
class=
"muted"
><strong>
*
</strong>
Requires the Transitions plugin to be included.
</p>
</div>
<div
class=
"span9 columns"
>
<div
class=
"span9 columns"
>
<h2>
Example accordion
</h2>
<h2>
Example accordion
</h2>
<p>
Using the collapse plugin, we built a simple accordion style widget:
</p>
<p>
Using the collapse plugin, we built a simple accordion style widget:
</p>
...
...
docs/templates/pages/javascript.mustache
View file @
e8416107
...
@@ -1036,7 +1036,8 @@ $('#my-alert').bind('closed', function () {
...
@@ -1036,7 +1036,8 @@ $('#my-alert').bind('closed', function () {
<h3>
{{
_i
}}
About
{{/
i
}}
</h3>
<h3>
{{
_i
}}
About
{{/
i
}}
</h3>
<p>
{{
_i
}}
Get base styles and flexible support for collapsible components like accordions and navigation.
{{/
i
}}
</p>
<p>
{{
_i
}}
Get base styles and flexible support for collapsible components like accordions and navigation.
{{/
i
}}
</p>
<a
href=
"assets/js/bootstrap-collapse.js"
target=
"_blank"
class=
"btn"
>
{{
_i
}}
Download file
{{/
i
}}
</a>
<a
href=
"assets/js/bootstrap-collapse.js"
target=
"_blank"
class=
"btn"
>
{{
_i
}}
Download file
{{/
i
}}
</a>
</div>
<p
class=
"muted"
><strong>
*
</strong>
{{
_i
}}
Requires the Transitions plugin to be included.
{{/
i
}}
</p>
</div>
<div
class=
"span9 columns"
>
<div
class=
"span9 columns"
>
<h2>
{{
_i
}}
Example accordion
{{/
i
}}
</h2>
<h2>
{{
_i
}}
Example accordion
{{/
i
}}
</h2>
<p>
{{
_i
}}
Using the collapse plugin, we built a simple accordion style widget:
{{/
i
}}
</p>
<p>
{{
_i
}}
Using the collapse plugin, we built a simple accordion style widget:
{{/
i
}}
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment