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
be9ae700
Commit
be9ae700
authored
Feb 25, 2012
by
meleyal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos and clarify wording in carousel docs
parent
3d58b462
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
docs/javascript.html
docs/javascript.html
+2
-2
docs/templates/pages/javascript.mustache
docs/templates/pages/javascript.mustache
+2
-2
No files found.
docs/javascript.html
View file @
be9ae700
...
...
@@ -1302,7 +1302,7 @@ $('#myCollapsible').on('hidden', function () {
</tbody>
</table>
<h3>
Markup
</h3>
<p>
Data attributes are
integral to the carousel plugin. Check out the example code below for the various markup types
.
</p>
<p>
Data attributes are
used for the previous and next conrols. Check out the example markup below
.
</p>
<pre
class=
"prettyprint linenums"
>
<
div id="myCarousel" class="carousel"
>
<
!-- Carousel items --
>
...
...
@@ -1335,7 +1335,7 @@ $('.myCarousel').carousel({
<h4>
.carousel('next')
</h4>
<p>
Cycles to the next item.
</p>
<h3>
Events
</h3>
<p>
Bootstrap's
modal class exposes a few events for hooking into moda
l functionality.
</p>
<p>
Bootstrap's
carousel class exposes two events for hooking into carouse
l functionality.
</p>
<table
class=
"table table-bordered table-striped"
>
<thead>
<tr>
...
...
docs/templates/pages/javascript.mustache
View file @
be9ae700
...
...
@@ -1226,7 +1226,7 @@ $('#myCollapsible').on('hidden', function () {
</tbody>
</table>
<h3>
{{
_i
}}
Markup
{{/
i
}}
</h3>
<p>
{{
_i
}}
Data attributes are
integral to the carousel plugin. Check out the example code below for the various markup types
.
{{/
i
}}
</p>
<p>
{{
_i
}}
Data attributes are
used for the previous and next conrols. Check out the example markup below
.
{{/
i
}}
</p>
<pre
class=
"prettyprint linenums"
>
<
div id="myCarousel" class="carousel"
>
<
!--
{{
_i
}}
Carousel items
{{/
i
}}
--
>
...
...
@@ -1259,7 +1259,7 @@ $('.myCarousel').carousel({
<h4>
.carousel('next')
</h4>
<p>
{{
_i
}}
Cycles to the next item.
{{/
i
}}
</p>
<h3>
{{
_i
}}
Events
{{/
i
}}
</h3>
<p>
{{
_i
}}
Bootstrap's
modal class exposes a few events for hooking into moda
l functionality.
{{/
i
}}
</p>
<p>
{{
_i
}}
Bootstrap's
carousel class exposes two events for hooking into carouse
l functionality.
{{/
i
}}
</p>
<table
class=
"table table-bordered table-striped"
>
<thead>
<tr>
...
...
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