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
e160b142
Commit
e160b142
authored
Jul 18, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8521 from epicyclist/3.0.0-wip
Documentation updates.
parents
0a372211
896d1599
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
CONTRIBUTING.md
CONTRIBUTING.md
+0
-1
javascript.html
javascript.html
+1
-1
No files found.
CONTRIBUTING.md
View file @
e160b142
...
@@ -26,7 +26,6 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso
...
@@ -26,7 +26,6 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso
## Pull requests
## Pull requests
-
Try to submit pull requests against the latest
`*-wip`
branch for easier merging
-
Try to submit pull requests against the latest
`*-wip`
branch for easier merging
-
Any changes to the docs must be made to the Mustache templates, not just the compiled HTML pages
-
CSS changes must be done in .less files first, never just the compiled files
-
CSS changes must be done in .less files first, never just the compiled files
-
If modifying the .less files, always recompile and commit the compiled files bootstrap.css and bootstrap.min.css
-
If modifying the .less files, always recompile and commit the compiled files bootstrap.css and bootstrap.min.css
-
Try not to pollute your pull request with unintended changes--keep them simple and small
-
Try not to pollute your pull request with unintended changes--keep them simple and small
...
...
javascript.html
View file @
e160b142
...
@@ -815,7 +815,7 @@ $('#example').tooltip(options)
...
@@ -815,7 +815,7 @@ $('#example').tooltip(options)
<td>
trigger
</td>
<td>
trigger
</td>
<td>
string
</td>
<td>
string
</td>
<td>
'hover focus'
</td>
<td>
'hover focus'
</td>
<td>
how tooltip is triggered - click | hover | focus | manual.
Note you case pass trigger multiple, space separated, trigger types
.
</td>
<td>
how tooltip is triggered - click | hover | focus | manual.
You may pass multiple triggers; separate them with a space
.
</td>
</tr>
</tr>
<tr>
<tr>
<td>
delay
</td>
<td>
delay
</td>
...
...
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