2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+1 -1
View File
@@ -29,7 +29,7 @@
// tooltip demo
$('.tooltip-demo').tooltip({
selector: "a[data-toggle=tooltip]"
selector: "[data-toggle=tooltip]"
})
$('.tooltip-test').tooltip()