We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.badge
.btn-group-xs
.glyphicon-*
.glyphicon-btc
.glyphicon-xbt
.glyphicon-bitcoin
.glyphicon-jpy
.glyphicon-yen
.glyphicon-rub
.glyphicon-ruble
position: relative
.caret
.form-control-static
.form-group
margin-bottom
.embed-responsive-*
visibility: hidden !important
.hidden
.initialism
role="button"
visibility
display
selector
$(document).tooltip({...})
.disabled
Tooltip#hide
Tooltip.replaceArrow()
isHorizontal
isVertical
tip()
popover.js
.collapsed
aria-expanded
$(...).tooltip('hide')
$(...).collapse('hide')
:hover
.center-block
dropup
readonly
disabled
input
destroy
rel="license"
code
main
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CSS
.badge
s inside.btn-group-xs
.glyphicon-*
aliases for other ISO 4217-ish currency codes:.glyphicon-btc
and.glyphicon-xbt
for.glyphicon-bitcoin
.glyphicon-jpy
for.glyphicon-yen
.glyphicon-rub
for.glyphicon-ruble
position: relative
.caret
is the same size in Firefox.form-control-static
doesn't change height when it's empty.form-group
'smargin-bottom
.embed-responsive-*
classesvisibility: hidden !important
from.hidden
class per upstream H5BP change.initialism
text transformationrole="button"
elementsvisibility
where redundant todisplay
#16021: Removevisibility
properties where they are redundant to existingdisplay
propertiesJS
selector
throw an error #15496: Make$(document).tooltip({...})
without theselector
option throw an error.disabled
elements when using keyboard navigationTooltip#hide
is calledTooltip.replaceArrow()
'sisHorizontal
parameter toisVertical
for accuracytip()
method inpopover.js
.collapsed
class andaria-expanded
attribute of all of a Collapse's trigger elements when showing/hiding the Collapse$(...).tooltip('hide')
on an uninitialized tooltip/popover no longer unnecessarily initializes it$(...).collapse('hide')
on a hidden uninitialized collapsible no longer shows itDocs
:hover
on mobile browsers.center-block
dropup
variation in dropdown docsreadonly
input should not have a not-allowed cursor #15703: Clarify usage and effects ofreadonly
anddisabled
input
sdestroy
works for delegated tooltips/popoversrel="license"
and update the target of footer license linkscode
therein #15915: Javascript docs: Accessibility and cosmetic changes to headings.Examples
Browser bugs
Packages
main
fieldGrunt/Travis
The text was updated successfully, but these errors were encountered: