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
4380ca43
Commit
4380ca43
authored
Jan 19, 2014
by
nkav
Committed by
Chris Rebert
Jan 20, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected tag for Alert JS animation example from <a> to <button>
Also removed href attribute and added type="button"
parent
4120aadd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/javascript.html
docs/javascript.html
+1
-1
No files found.
docs/javascript.html
View file @
4380ca43
...
@@ -1366,7 +1366,7 @@ $('#myPopover').on('hidden.bs.popover', function () {
...
@@ -1366,7 +1366,7 @@ $('#myPopover').on('hidden.bs.popover', function () {
<h3>
Markup
</h3>
<h3>
Markup
</h3>
<p>
Just add
<code>
data-dismiss="alert"
</code>
to your close button to automatically give an alert close functionality.
</p>
<p>
Just add
<code>
data-dismiss="alert"
</code>
to your close button to automatically give an alert close functionality.
</p>
{% highlight html %}
<
a
class=
"close"
data-dismiss=
"alert"
href=
"#"
aria-hidden=
"true"
>
×
</a
>
{% endhighlight %}
{% highlight html %}
<
button
type=
"button"
class=
"close"
data-dismiss=
"alert"
aria-hidden=
"true"
>
×
</button
>
{% endhighlight %}
<h3>
Methods
</h3>
<h3>
Methods
</h3>
...
...
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