File tree Expand file tree Collapse file tree 8 files changed +14
-10
lines changed Expand file tree Collapse file tree 8 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -606,9 +606,13 @@ <h3>Demo</h3>
606
606
< a href ="# " class ="btn danger " rel ="popover " title ="A Title " data-content ="And here's some amazing content. It's very engaging. right? "> hover for popover</ a >
607
607
< script >
608
608
$ ( function ( ) {
609
- $ ( "a[rel=popover]" ) . popover ( {
610
- offset : 10
611
- } )
609
+ $ ( "a[rel=popover]" )
610
+ . popover ( {
611
+ offset : 10
612
+ } )
613
+ . click ( function ( e ) {
614
+ e . preventDefault ( )
615
+ } )
612
616
} )
613
617
</ script >
614
618
</ div >
Original file line number Diff line number Diff line change 1
1
/* ==========================================================
2
- * bootstrap-alerts.js
2
+ * bootstrap-alerts.js v1.3.0
3
3
* http://twitter.github.com/bootstrap/javascript.html#alerts
4
4
* ==========================================================
5
5
* Copyright 2011 Twitter, Inc.
Original file line number Diff line number Diff line change 1
1
/* ============================================================
2
- * bootstrap-dropdown.js
2
+ * bootstrap-dropdown.js v1.3.0
3
3
* http://twitter.github.com/bootstrap/javascript.html#dropdown
4
4
* ============================================================
5
5
* Copyright 2011 Twitter, Inc.
Original file line number Diff line number Diff line change 1
1
/* =========================================================
2
- * bootstrap-modal.js
2
+ * bootstrap-modal.js v1.3.0
3
3
* http://twitter.github.com/bootstrap/javascript.html#modal
4
4
* =========================================================
5
5
* Copyright 2011 Twitter, Inc.
Original file line number Diff line number Diff line change 1
1
/* ===========================================================
2
- * bootstrap-popover.js
2
+ * bootstrap-popover.js v1.3.0
3
3
* http://twitter.github.com/bootstrap/javascript.html#popover
4
4
* ===========================================================
5
5
* Copyright 2011 Twitter, Inc.
Original file line number Diff line number Diff line change 1
1
/* =============================================================
2
- * bootstrap-scrollspy.js
2
+ * bootstrap-scrollspy.js v1.3.0
3
3
* http://twitter.github.com/bootstrap/javascript.html#scrollspy
4
4
* =============================================================
5
5
* Copyright 2011 Twitter, Inc.
Original file line number Diff line number Diff line change 1
1
/* ========================================================
2
- * bootstrap-tabs.js
2
+ * bootstrap-tabs.js v1.3.0
3
3
* http://twitter.github.com/bootstrap/javascript.html#tabs
4
4
* ========================================================
5
5
* Copyright 2011 Twitter, Inc.
Original file line number Diff line number Diff line change 1
1
/* ==========================================================
2
- * bootstrap-twipsy.js
2
+ * bootstrap-twipsy.js v1.3.0
3
3
* http://twitter.github.com/bootstrap/javascript.html#twipsy
4
4
* Adapted from the original jQuery.tipsy by Jason Frame
5
5
* ==========================================================
You can’t perform that action at this time.
0 commit comments