1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

update docs to use buttons for tooltips

This commit is contained in:
Mark Otto
2013-07-25 11:55:12 -07:00
parent c7995cf964
commit bc93a429a8
3 changed files with 7 additions and 13 deletions

View File

@@ -29,7 +29,7 @@
// tooltip demo
$('.tooltip-demo').tooltip({
selector: "a[data-toggle=tooltip]"
selector: "[data-toggle=tooltip]"
})
$('.tooltip-test').tooltip()