sass-twitter-bootstrap 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +4 -0
- data/Gemfile +3 -0
- data/Gemfile.lock +14 -0
- data/LICENSE +176 -0
- data/Makefile +94 -0
- data/README.md +217 -0
- data/Rakefile +52 -0
- data/bootstrap-2.0.4.css +4661 -0
- data/bootstrap-2.0.4.min.css +9 -0
- data/bootstrap-responsive-2.0.4.css +932 -0
- data/bootstrap-responsive-2.0.4.min.css +9 -0
- data/docs/assets/css/bootstrap-responsive.css +932 -0
- data/docs/assets/css/bootstrap.css +4661 -0
- data/docs/assets/css/docs.css +846 -0
- data/docs/assets/ico/apple-touch-icon-114-precomposed.png +0 -0
- data/docs/assets/ico/apple-touch-icon-144-precomposed.png +0 -0
- data/docs/assets/ico/apple-touch-icon-57-precomposed.png +0 -0
- data/docs/assets/ico/apple-touch-icon-72-precomposed.png +0 -0
- data/docs/assets/ico/favicon.ico +0 -0
- data/docs/assets/img/bird.png +0 -0
- data/docs/assets/img/bootstrap-mdo-sfmoma-01.jpg +0 -0
- data/docs/assets/img/bootstrap-mdo-sfmoma-02.jpg +0 -0
- data/docs/assets/img/bootstrap-mdo-sfmoma-03.jpg +0 -0
- data/docs/assets/img/browsers.png +0 -0
- data/docs/assets/img/example-sites/fleetio.png +0 -0
- data/docs/assets/img/example-sites/jshint.png +0 -0
- data/docs/assets/img/example-sites/kippt.png +0 -0
- data/docs/assets/img/example-sites/soundready.png +0 -0
- data/docs/assets/img/examples/bootstrap-example-fluid.jpg +0 -0
- data/docs/assets/img/examples/bootstrap-example-hero.jpg +0 -0
- data/docs/assets/img/examples/bootstrap-example-starter.jpg +0 -0
- data/docs/assets/img/github-16px.png +0 -0
- data/docs/assets/img/glyphicons-halflings-white.png +0 -0
- data/docs/assets/img/glyphicons-halflings.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_009_magic.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_042_group.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_079_podium.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_082_roundabout.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_155_show_thumbnails.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_163_iphone.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_214_resize_small.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_266_book_open.png +0 -0
- data/docs/assets/img/grid-18px-masked.png +0 -0
- data/docs/assets/img/icon-css3.png +0 -0
- data/docs/assets/img/icon-github.png +0 -0
- data/docs/assets/img/icon-html5.png +0 -0
- data/docs/assets/img/icon-twitter.png +0 -0
- data/docs/assets/img/less-logo-large.png +0 -0
- data/docs/assets/img/less-small.png +0 -0
- data/docs/assets/img/responsive-illustrations.png +0 -0
- data/docs/assets/js/README.md +106 -0
- data/docs/assets/js/application.js +184 -0
- data/docs/assets/js/bootstrap-alert.js +90 -0
- data/docs/assets/js/bootstrap-button.js +96 -0
- data/docs/assets/js/bootstrap-carousel.js +169 -0
- data/docs/assets/js/bootstrap-collapse.js +157 -0
- data/docs/assets/js/bootstrap-dropdown.js +100 -0
- data/docs/assets/js/bootstrap-modal.js +218 -0
- data/docs/assets/js/bootstrap-popover.js +98 -0
- data/docs/assets/js/bootstrap-scrollspy.js +151 -0
- data/docs/assets/js/bootstrap-tab.js +135 -0
- data/docs/assets/js/bootstrap-tooltip.js +275 -0
- data/docs/assets/js/bootstrap-transition.js +61 -0
- data/docs/assets/js/bootstrap-typeahead.js +285 -0
- data/docs/assets/js/bootstrap.js +1825 -0
- data/docs/assets/js/bootstrap.min.js +6 -0
- data/docs/assets/js/google-code-prettify/prettify.css +30 -0
- data/docs/assets/js/google-code-prettify/prettify.js +28 -0
- data/docs/assets/js/jquery.js +9252 -0
- data/docs/base-css.html +1710 -0
- data/docs/build/index.js +44 -0
- data/docs/build/node_modules/.bin/hulk +93 -0
- data/docs/build/node_modules/hogan.js/.git_ignore +1 -0
- data/docs/build/node_modules/hogan.js/.gitmodules +3 -0
- data/docs/build/node_modules/hogan.js/LICENSE +177 -0
- data/docs/build/node_modules/hogan.js/Makefile +62 -0
- data/docs/build/node_modules/hogan.js/README.md +93 -0
- data/docs/build/node_modules/hogan.js/bin/hulk +93 -0
- data/docs/build/node_modules/hogan.js/lib/compiler.js +348 -0
- data/docs/build/node_modules/hogan.js/lib/hogan.js +20 -0
- data/docs/build/node_modules/hogan.js/lib/template.js +233 -0
- data/docs/build/node_modules/hogan.js/package.json +20 -0
- data/docs/build/node_modules/hogan.js/test/html/list.html +8 -0
- data/docs/build/node_modules/hogan.js/test/index.html +13 -0
- data/docs/build/node_modules/hogan.js/test/index.js +848 -0
- data/docs/build/node_modules/hogan.js/test/mustache.js +90 -0
- data/docs/build/node_modules/hogan.js/test/spec.js +77 -0
- data/docs/build/node_modules/hogan.js/test/spec/Changes +31 -0
- data/docs/build/node_modules/hogan.js/test/spec/README.md +65 -0
- data/docs/build/node_modules/hogan.js/test/spec/Rakefile +27 -0
- data/docs/build/node_modules/hogan.js/test/spec/TESTING.md +46 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/comments.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/comments.yml +103 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/delimiters.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/delimiters.yml +158 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/interpolation.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/interpolation.yml +230 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/inverted.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/inverted.yml +193 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/partials.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/partials.yml +109 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/sections.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/sections.yml +256 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/~lambdas.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/~lambdas.yml +149 -0
- data/docs/build/node_modules/hogan.js/test/templates/list.mustache +8 -0
- data/docs/build/node_modules/hogan.js/tools/release.js +74 -0
- data/docs/build/node_modules/hogan.js/tools/web_templates.js +32 -0
- data/docs/build/node_modules/hogan.js/web/1.0.0/hogan.js +500 -0
- data/docs/build/node_modules/hogan.js/web/1.0.0/hogan.min.js +14 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.0/hogan.js +500 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.0/hogan.min.js +14 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.3/hogan.js +545 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.3/hogan.min.js +5 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.amd.js +576 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.common.js +576 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.js +572 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.amd.js +5 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.common.js +5 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.js +5 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.mustache.js +5 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.mustache.js +619 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/template-1.0.5.js +233 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/template-1.0.5.min.js +5 -0
- data/docs/build/node_modules/hogan.js/web/favicon.ico +0 -0
- data/docs/build/node_modules/hogan.js/web/images/logo.png +0 -0
- data/docs/build/node_modules/hogan.js/web/images/noise.png +0 -0
- data/docs/build/node_modules/hogan.js/web/images/small-hogan-icon.png +0 -0
- data/docs/build/node_modules/hogan.js/web/images/stripes.png +0 -0
- data/docs/build/node_modules/hogan.js/web/index.html.mustache +139 -0
- data/docs/build/node_modules/hogan.js/web/stylesheets/layout.css +206 -0
- data/docs/build/node_modules/hogan.js/web/stylesheets/skeleton.css +236 -0
- data/docs/build/node_modules/hogan.js/wrappers/amd.js.mustache +21 -0
- data/docs/build/node_modules/hogan.js/wrappers/common.js.mustache +21 -0
- data/docs/build/node_modules/hogan.js/wrappers/js.mustache +17 -0
- data/docs/build/node_modules/hogan.js/wrappers/mustache.js.mustache +64 -0
- data/docs/build/package.json +6 -0
- data/docs/components.html +1931 -0
- data/docs/download.html +454 -0
- data/docs/examples.html +147 -0
- data/docs/examples/fluid.html +162 -0
- data/docs/examples/hero.html +109 -0
- data/docs/examples/starter-template.html +79 -0
- data/docs/index.html +259 -0
- data/docs/javascript.html +1520 -0
- data/docs/less.html +1060 -0
- data/docs/scaffolding.html +671 -0
- data/docs/templates/layout.mustache +146 -0
- data/docs/templates/pages/base-css.mustache +1594 -0
- data/docs/templates/pages/components.mustache +1815 -0
- data/docs/templates/pages/download.mustache +338 -0
- data/docs/templates/pages/examples.mustache +31 -0
- data/docs/templates/pages/index.mustache +144 -0
- data/docs/templates/pages/javascript.mustache +1405 -0
- data/docs/templates/pages/less.mustache +944 -0
- data/docs/templates/pages/scaffolding.mustache +555 -0
- data/docs/templates/pages/upgrading.mustache +194 -0
- data/docs/upgrading.html +310 -0
- data/js/tests/index.html +54 -0
- data/js/tests/phantom.js +63 -0
- data/js/tests/server.js +14 -0
- data/js/tests/unit/bootstrap-alert.js +56 -0
- data/js/tests/unit/bootstrap-button.js +77 -0
- data/js/tests/unit/bootstrap-carousel.js +28 -0
- data/js/tests/unit/bootstrap-collapse.js +54 -0
- data/js/tests/unit/bootstrap-dropdown.js +87 -0
- data/js/tests/unit/bootstrap-modal.js +114 -0
- data/js/tests/unit/bootstrap-phantom.js +21 -0
- data/js/tests/unit/bootstrap-popover.js +93 -0
- data/js/tests/unit/bootstrap-scrollspy.js +31 -0
- data/js/tests/unit/bootstrap-tab.js +61 -0
- data/js/tests/unit/bootstrap-tooltip.js +155 -0
- data/js/tests/unit/bootstrap-transition.js +13 -0
- data/js/tests/unit/bootstrap-typeahead.js +148 -0
- data/js/tests/vendor/jquery.js +9252 -0
- data/js/tests/vendor/qunit.css +232 -0
- data/js/tests/vendor/qunit.js +1510 -0
- data/lib/sass-twitter-bootstrap.rb +9 -0
- data/lib/sass/twitter/bootstrap/rails.rb +14 -0
- data/lib/sass/twitter/bootstrap/version.rb +7 -0
- data/package.json +25 -0
- data/sass-twitter-bootstrap.gemspec +19 -0
- data/vendor/assets/images/glyphicons-halflings-white.png +0 -0
- data/vendor/assets/images/glyphicons-halflings.png +0 -0
- data/vendor/assets/javascripts/README.md +112 -0
- data/vendor/assets/javascripts/twitter/bootstrap-alert.js +90 -0
- data/vendor/assets/javascripts/twitter/bootstrap-button.js +96 -0
- data/vendor/assets/javascripts/twitter/bootstrap-carousel.js +169 -0
- data/vendor/assets/javascripts/twitter/bootstrap-collapse.js +157 -0
- data/vendor/assets/javascripts/twitter/bootstrap-dropdown.js +100 -0
- data/vendor/assets/javascripts/twitter/bootstrap-modal.js +218 -0
- data/vendor/assets/javascripts/twitter/bootstrap-popover.js +98 -0
- data/vendor/assets/javascripts/twitter/bootstrap-scrollspy.js +151 -0
- data/vendor/assets/javascripts/twitter/bootstrap-tab.js +135 -0
- data/vendor/assets/javascripts/twitter/bootstrap-tooltip.js +275 -0
- data/vendor/assets/javascripts/twitter/bootstrap-transition.js +61 -0
- data/vendor/assets/javascripts/twitter/bootstrap-typeahead.js +285 -0
- data/vendor/assets/javascripts/twitter/bootstrap.js +12 -0
- data/vendor/assets/stylesheets/tests/css-tests.css +52 -0
- data/vendor/assets/stylesheets/tests/css-tests.html +917 -0
- data/vendor/assets/stylesheets/tests/forms.html +179 -0
- data/vendor/assets/stylesheets/tests/navbar.html +108 -0
- data/vendor/assets/stylesheets/twitter/_accordion.scss +33 -0
- data/vendor/assets/stylesheets/twitter/_alerts.scss +58 -0
- data/vendor/assets/stylesheets/twitter/_breadcrumbs.scss +24 -0
- data/vendor/assets/stylesheets/twitter/_button-groups.scss +191 -0
- data/vendor/assets/stylesheets/twitter/_buttons.scss +191 -0
- data/vendor/assets/stylesheets/twitter/_carousel.scss +121 -0
- data/vendor/assets/stylesheets/twitter/_close.scss +29 -0
- data/vendor/assets/stylesheets/twitter/_code.scss +57 -0
- data/vendor/assets/stylesheets/twitter/_component-animations.scss +20 -0
- data/vendor/assets/stylesheets/twitter/_dropdowns.scss +143 -0
- data/vendor/assets/stylesheets/twitter/_forms.scss +582 -0
- data/vendor/assets/stylesheets/twitter/_grid.scss +5 -0
- data/vendor/assets/stylesheets/twitter/_hero-unit.scss +22 -0
- data/vendor/assets/stylesheets/twitter/_labels-badges.scss +52 -0
- data/vendor/assets/stylesheets/twitter/_layouts.scss +17 -0
- data/vendor/assets/stylesheets/twitter/_mixins.scss +643 -0
- data/vendor/assets/stylesheets/twitter/_modals.scss +90 -0
- data/vendor/assets/stylesheets/twitter/_navbar.scss +358 -0
- data/vendor/assets/stylesheets/twitter/_navs.scss +363 -0
- data/vendor/assets/stylesheets/twitter/_pager.scss +36 -0
- data/vendor/assets/stylesheets/twitter/_pagination.scss +56 -0
- data/vendor/assets/stylesheets/twitter/_popovers.scss +49 -0
- data/vendor/assets/stylesheets/twitter/_progress-bars.scss +117 -0
- data/vendor/assets/stylesheets/twitter/_reset.scss +131 -0
- data/vendor/assets/stylesheets/twitter/_responsive-1200px-min.scss +26 -0
- data/vendor/assets/stylesheets/twitter/_responsive-767px-max.scss +149 -0
- data/vendor/assets/stylesheets/twitter/_responsive-768px-979px.scss +17 -0
- data/vendor/assets/stylesheets/twitter/_responsive-navbar.scss +153 -0
- data/vendor/assets/stylesheets/twitter/_responsive-utilities.scss +41 -0
- data/vendor/assets/stylesheets/twitter/_scaffolding.scss +29 -0
- data/vendor/assets/stylesheets/twitter/_sprites.scss +191 -0
- data/vendor/assets/stylesheets/twitter/_tables.scss +155 -0
- data/vendor/assets/stylesheets/twitter/_thumbnails.scss +47 -0
- data/vendor/assets/stylesheets/twitter/_tooltip.scss +35 -0
- data/vendor/assets/stylesheets/twitter/_type.scss +232 -0
- data/vendor/assets/stylesheets/twitter/_utilities.scss +23 -0
- data/vendor/assets/stylesheets/twitter/_variables.scss +204 -0
- data/vendor/assets/stylesheets/twitter/_wells.scss +27 -0
- data/vendor/assets/stylesheets/twitter/bootstrap.scss +62 -0
- data/vendor/assets/stylesheets/twitter/responsive.scss +48 -0
- metadata +304 -0
@@ -0,0 +1,135 @@
|
|
1
|
+
/* ========================================================
|
2
|
+
* bootstrap-tab.js v2.0.4
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#tabs
|
4
|
+
* ========================================================
|
5
|
+
* Copyright 2012 Twitter, Inc.
|
6
|
+
*
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
+
* you may not use this file except in compliance with the License.
|
9
|
+
* You may obtain a copy of the License at
|
10
|
+
*
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
12
|
+
*
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
+
* See the License for the specific language governing permissions and
|
17
|
+
* limitations under the License.
|
18
|
+
* ======================================================== */
|
19
|
+
|
20
|
+
|
21
|
+
!function ($) {
|
22
|
+
|
23
|
+
"use strict"; // jshint ;_;
|
24
|
+
|
25
|
+
|
26
|
+
/* TAB CLASS DEFINITION
|
27
|
+
* ==================== */
|
28
|
+
|
29
|
+
var Tab = function ( element ) {
|
30
|
+
this.element = $(element)
|
31
|
+
}
|
32
|
+
|
33
|
+
Tab.prototype = {
|
34
|
+
|
35
|
+
constructor: Tab
|
36
|
+
|
37
|
+
, show: function () {
|
38
|
+
var $this = this.element
|
39
|
+
, $ul = $this.closest('ul:not(.dropdown-menu)')
|
40
|
+
, selector = $this.attr('data-target')
|
41
|
+
, previous
|
42
|
+
, $target
|
43
|
+
, e
|
44
|
+
|
45
|
+
if (!selector) {
|
46
|
+
selector = $this.attr('href')
|
47
|
+
selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
|
48
|
+
}
|
49
|
+
|
50
|
+
if ( $this.parent('li').hasClass('active') ) return
|
51
|
+
|
52
|
+
previous = $ul.find('.active a').last()[0]
|
53
|
+
|
54
|
+
e = $.Event('show', {
|
55
|
+
relatedTarget: previous
|
56
|
+
})
|
57
|
+
|
58
|
+
$this.trigger(e)
|
59
|
+
|
60
|
+
if (e.isDefaultPrevented()) return
|
61
|
+
|
62
|
+
$target = $(selector)
|
63
|
+
|
64
|
+
this.activate($this.parent('li'), $ul)
|
65
|
+
this.activate($target, $target.parent(), function () {
|
66
|
+
$this.trigger({
|
67
|
+
type: 'shown'
|
68
|
+
, relatedTarget: previous
|
69
|
+
})
|
70
|
+
})
|
71
|
+
}
|
72
|
+
|
73
|
+
, activate: function ( element, container, callback) {
|
74
|
+
var $active = container.find('> .active')
|
75
|
+
, transition = callback
|
76
|
+
&& $.support.transition
|
77
|
+
&& $active.hasClass('fade')
|
78
|
+
|
79
|
+
function next() {
|
80
|
+
$active
|
81
|
+
.removeClass('active')
|
82
|
+
.find('> .dropdown-menu > .active')
|
83
|
+
.removeClass('active')
|
84
|
+
|
85
|
+
element.addClass('active')
|
86
|
+
|
87
|
+
if (transition) {
|
88
|
+
element[0].offsetWidth // reflow for transition
|
89
|
+
element.addClass('in')
|
90
|
+
} else {
|
91
|
+
element.removeClass('fade')
|
92
|
+
}
|
93
|
+
|
94
|
+
if ( element.parent('.dropdown-menu') ) {
|
95
|
+
element.closest('li.dropdown').addClass('active')
|
96
|
+
}
|
97
|
+
|
98
|
+
callback && callback()
|
99
|
+
}
|
100
|
+
|
101
|
+
transition ?
|
102
|
+
$active.one($.support.transition.end, next) :
|
103
|
+
next()
|
104
|
+
|
105
|
+
$active.removeClass('in')
|
106
|
+
}
|
107
|
+
}
|
108
|
+
|
109
|
+
|
110
|
+
/* TAB PLUGIN DEFINITION
|
111
|
+
* ===================== */
|
112
|
+
|
113
|
+
$.fn.tab = function ( option ) {
|
114
|
+
return this.each(function () {
|
115
|
+
var $this = $(this)
|
116
|
+
, data = $this.data('tab')
|
117
|
+
if (!data) $this.data('tab', (data = new Tab(this)))
|
118
|
+
if (typeof option == 'string') data[option]()
|
119
|
+
})
|
120
|
+
}
|
121
|
+
|
122
|
+
$.fn.tab.Constructor = Tab
|
123
|
+
|
124
|
+
|
125
|
+
/* TAB DATA-API
|
126
|
+
* ============ */
|
127
|
+
|
128
|
+
$(function () {
|
129
|
+
$('body').on('click.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
|
130
|
+
e.preventDefault()
|
131
|
+
$(this).tab('show')
|
132
|
+
})
|
133
|
+
})
|
134
|
+
|
135
|
+
}(window.jQuery);
|
@@ -0,0 +1,275 @@
|
|
1
|
+
/* ===========================================================
|
2
|
+
* bootstrap-tooltip.js v2.0.4
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#tooltips
|
4
|
+
* Inspired by the original jQuery.tipsy by Jason Frame
|
5
|
+
* ===========================================================
|
6
|
+
* Copyright 2012 Twitter, Inc.
|
7
|
+
*
|
8
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
9
|
+
* you may not use this file except in compliance with the License.
|
10
|
+
* You may obtain a copy of the License at
|
11
|
+
*
|
12
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
13
|
+
*
|
14
|
+
* Unless required by applicable law or agreed to in writing, software
|
15
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
16
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17
|
+
* See the License for the specific language governing permissions and
|
18
|
+
* limitations under the License.
|
19
|
+
* ========================================================== */
|
20
|
+
|
21
|
+
|
22
|
+
!function ($) {
|
23
|
+
|
24
|
+
"use strict"; // jshint ;_;
|
25
|
+
|
26
|
+
|
27
|
+
/* TOOLTIP PUBLIC CLASS DEFINITION
|
28
|
+
* =============================== */
|
29
|
+
|
30
|
+
var Tooltip = function (element, options) {
|
31
|
+
this.init('tooltip', element, options)
|
32
|
+
}
|
33
|
+
|
34
|
+
Tooltip.prototype = {
|
35
|
+
|
36
|
+
constructor: Tooltip
|
37
|
+
|
38
|
+
, init: function (type, element, options) {
|
39
|
+
var eventIn
|
40
|
+
, eventOut
|
41
|
+
|
42
|
+
this.type = type
|
43
|
+
this.$element = $(element)
|
44
|
+
this.options = this.getOptions(options)
|
45
|
+
this.enabled = true
|
46
|
+
|
47
|
+
if (this.options.trigger != 'manual') {
|
48
|
+
eventIn = this.options.trigger == 'hover' ? 'mouseenter' : 'focus'
|
49
|
+
eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur'
|
50
|
+
this.$element.on(eventIn, this.options.selector, $.proxy(this.enter, this))
|
51
|
+
this.$element.on(eventOut, this.options.selector, $.proxy(this.leave, this))
|
52
|
+
}
|
53
|
+
|
54
|
+
this.options.selector ?
|
55
|
+
(this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
|
56
|
+
this.fixTitle()
|
57
|
+
}
|
58
|
+
|
59
|
+
, getOptions: function (options) {
|
60
|
+
options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
|
61
|
+
|
62
|
+
if (options.delay && typeof options.delay == 'number') {
|
63
|
+
options.delay = {
|
64
|
+
show: options.delay
|
65
|
+
, hide: options.delay
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
return options
|
70
|
+
}
|
71
|
+
|
72
|
+
, enter: function (e) {
|
73
|
+
var self = $(e.currentTarget)[this.type](this._options).data(this.type)
|
74
|
+
|
75
|
+
if (!self.options.delay || !self.options.delay.show) return self.show()
|
76
|
+
|
77
|
+
clearTimeout(this.timeout)
|
78
|
+
self.hoverState = 'in'
|
79
|
+
this.timeout = setTimeout(function() {
|
80
|
+
if (self.hoverState == 'in') self.show()
|
81
|
+
}, self.options.delay.show)
|
82
|
+
}
|
83
|
+
|
84
|
+
, leave: function (e) {
|
85
|
+
var self = $(e.currentTarget)[this.type](this._options).data(this.type)
|
86
|
+
|
87
|
+
if (this.timeout) clearTimeout(this.timeout)
|
88
|
+
if (!self.options.delay || !self.options.delay.hide) return self.hide()
|
89
|
+
|
90
|
+
self.hoverState = 'out'
|
91
|
+
this.timeout = setTimeout(function() {
|
92
|
+
if (self.hoverState == 'out') self.hide()
|
93
|
+
}, self.options.delay.hide)
|
94
|
+
}
|
95
|
+
|
96
|
+
, show: function () {
|
97
|
+
var $tip
|
98
|
+
, inside
|
99
|
+
, pos
|
100
|
+
, actualWidth
|
101
|
+
, actualHeight
|
102
|
+
, placement
|
103
|
+
, tp
|
104
|
+
|
105
|
+
if (this.hasContent() && this.enabled) {
|
106
|
+
$tip = this.tip()
|
107
|
+
this.setContent()
|
108
|
+
|
109
|
+
if (this.options.animation) {
|
110
|
+
$tip.addClass('fade')
|
111
|
+
}
|
112
|
+
|
113
|
+
placement = typeof this.options.placement == 'function' ?
|
114
|
+
this.options.placement.call(this, $tip[0], this.$element[0]) :
|
115
|
+
this.options.placement
|
116
|
+
|
117
|
+
inside = /in/.test(placement)
|
118
|
+
|
119
|
+
$tip
|
120
|
+
.remove()
|
121
|
+
.css({ top: 0, left: 0, display: 'block' })
|
122
|
+
.appendTo(inside ? this.$element : document.body)
|
123
|
+
|
124
|
+
pos = this.getPosition(inside)
|
125
|
+
|
126
|
+
actualWidth = $tip[0].offsetWidth
|
127
|
+
actualHeight = $tip[0].offsetHeight
|
128
|
+
|
129
|
+
switch (inside ? placement.split(' ')[1] : placement) {
|
130
|
+
case 'bottom':
|
131
|
+
tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
|
132
|
+
break
|
133
|
+
case 'top':
|
134
|
+
tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
|
135
|
+
break
|
136
|
+
case 'left':
|
137
|
+
tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
|
138
|
+
break
|
139
|
+
case 'right':
|
140
|
+
tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
|
141
|
+
break
|
142
|
+
}
|
143
|
+
|
144
|
+
$tip
|
145
|
+
.css(tp)
|
146
|
+
.addClass(placement)
|
147
|
+
.addClass('in')
|
148
|
+
}
|
149
|
+
}
|
150
|
+
|
151
|
+
, isHTML: function(text) {
|
152
|
+
// html string detection logic adapted from jQuery
|
153
|
+
return typeof text != 'string'
|
154
|
+
|| ( text.charAt(0) === "<"
|
155
|
+
&& text.charAt( text.length - 1 ) === ">"
|
156
|
+
&& text.length >= 3
|
157
|
+
) || /^(?:[^<]*<[\w\W]+>[^>]*$)/.exec(text)
|
158
|
+
}
|
159
|
+
|
160
|
+
, setContent: function () {
|
161
|
+
var $tip = this.tip()
|
162
|
+
, title = this.getTitle()
|
163
|
+
|
164
|
+
$tip.find('.tooltip-inner')[this.isHTML(title) ? 'html' : 'text'](title)
|
165
|
+
$tip.removeClass('fade in top bottom left right')
|
166
|
+
}
|
167
|
+
|
168
|
+
, hide: function () {
|
169
|
+
var that = this
|
170
|
+
, $tip = this.tip()
|
171
|
+
|
172
|
+
$tip.removeClass('in')
|
173
|
+
|
174
|
+
function removeWithAnimation() {
|
175
|
+
var timeout = setTimeout(function () {
|
176
|
+
$tip.off($.support.transition.end).remove()
|
177
|
+
}, 500)
|
178
|
+
|
179
|
+
$tip.one($.support.transition.end, function () {
|
180
|
+
clearTimeout(timeout)
|
181
|
+
$tip.remove()
|
182
|
+
})
|
183
|
+
}
|
184
|
+
|
185
|
+
$.support.transition && this.$tip.hasClass('fade') ?
|
186
|
+
removeWithAnimation() :
|
187
|
+
$tip.remove()
|
188
|
+
}
|
189
|
+
|
190
|
+
, fixTitle: function () {
|
191
|
+
var $e = this.$element
|
192
|
+
if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
|
193
|
+
$e.attr('data-original-title', $e.attr('title') || '').removeAttr('title')
|
194
|
+
}
|
195
|
+
}
|
196
|
+
|
197
|
+
, hasContent: function () {
|
198
|
+
return this.getTitle()
|
199
|
+
}
|
200
|
+
|
201
|
+
, getPosition: function (inside) {
|
202
|
+
return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), {
|
203
|
+
width: this.$element[0].offsetWidth
|
204
|
+
, height: this.$element[0].offsetHeight
|
205
|
+
})
|
206
|
+
}
|
207
|
+
|
208
|
+
, getTitle: function () {
|
209
|
+
var title
|
210
|
+
, $e = this.$element
|
211
|
+
, o = this.options
|
212
|
+
|
213
|
+
title = $e.attr('data-original-title')
|
214
|
+
|| (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
|
215
|
+
|
216
|
+
return title
|
217
|
+
}
|
218
|
+
|
219
|
+
, tip: function () {
|
220
|
+
return this.$tip = this.$tip || $(this.options.template)
|
221
|
+
}
|
222
|
+
|
223
|
+
, validate: function () {
|
224
|
+
if (!this.$element[0].parentNode) {
|
225
|
+
this.hide()
|
226
|
+
this.$element = null
|
227
|
+
this.options = null
|
228
|
+
}
|
229
|
+
}
|
230
|
+
|
231
|
+
, enable: function () {
|
232
|
+
this.enabled = true
|
233
|
+
}
|
234
|
+
|
235
|
+
, disable: function () {
|
236
|
+
this.enabled = false
|
237
|
+
}
|
238
|
+
|
239
|
+
, toggleEnabled: function () {
|
240
|
+
this.enabled = !this.enabled
|
241
|
+
}
|
242
|
+
|
243
|
+
, toggle: function () {
|
244
|
+
this[this.tip().hasClass('in') ? 'hide' : 'show']()
|
245
|
+
}
|
246
|
+
|
247
|
+
}
|
248
|
+
|
249
|
+
|
250
|
+
/* TOOLTIP PLUGIN DEFINITION
|
251
|
+
* ========================= */
|
252
|
+
|
253
|
+
$.fn.tooltip = function ( option ) {
|
254
|
+
return this.each(function () {
|
255
|
+
var $this = $(this)
|
256
|
+
, data = $this.data('tooltip')
|
257
|
+
, options = typeof option == 'object' && option
|
258
|
+
if (!data) $this.data('tooltip', (data = new Tooltip(this, options)))
|
259
|
+
if (typeof option == 'string') data[option]()
|
260
|
+
})
|
261
|
+
}
|
262
|
+
|
263
|
+
$.fn.tooltip.Constructor = Tooltip
|
264
|
+
|
265
|
+
$.fn.tooltip.defaults = {
|
266
|
+
animation: true
|
267
|
+
, placement: 'top'
|
268
|
+
, selector: false
|
269
|
+
, template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
|
270
|
+
, trigger: 'hover'
|
271
|
+
, title: ''
|
272
|
+
, delay: 0
|
273
|
+
}
|
274
|
+
|
275
|
+
}(window.jQuery);
|
@@ -0,0 +1,61 @@
|
|
1
|
+
/* ===================================================
|
2
|
+
* bootstrap-transition.js v2.0.4
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#transitions
|
4
|
+
* ===================================================
|
5
|
+
* Copyright 2012 Twitter, Inc.
|
6
|
+
*
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
+
* you may not use this file except in compliance with the License.
|
9
|
+
* You may obtain a copy of the License at
|
10
|
+
*
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
12
|
+
*
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
+
* See the License for the specific language governing permissions and
|
17
|
+
* limitations under the License.
|
18
|
+
* ========================================================== */
|
19
|
+
|
20
|
+
|
21
|
+
!function ($) {
|
22
|
+
|
23
|
+
$(function () {
|
24
|
+
|
25
|
+
"use strict"; // jshint ;_;
|
26
|
+
|
27
|
+
|
28
|
+
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
|
29
|
+
* ======================================================= */
|
30
|
+
|
31
|
+
$.support.transition = (function () {
|
32
|
+
|
33
|
+
var transitionEnd = (function () {
|
34
|
+
|
35
|
+
var el = document.createElement('bootstrap')
|
36
|
+
, transEndEventNames = {
|
37
|
+
'WebkitTransition' : 'webkitTransitionEnd'
|
38
|
+
, 'MozTransition' : 'transitionend'
|
39
|
+
, 'OTransition' : 'oTransitionEnd'
|
40
|
+
, 'msTransition' : 'MSTransitionEnd'
|
41
|
+
, 'transition' : 'transitionend'
|
42
|
+
}
|
43
|
+
, name
|
44
|
+
|
45
|
+
for (name in transEndEventNames){
|
46
|
+
if (el.style[name] !== undefined) {
|
47
|
+
return transEndEventNames[name]
|
48
|
+
}
|
49
|
+
}
|
50
|
+
|
51
|
+
}())
|
52
|
+
|
53
|
+
return transitionEnd && {
|
54
|
+
end: transitionEnd
|
55
|
+
}
|
56
|
+
|
57
|
+
})()
|
58
|
+
|
59
|
+
})
|
60
|
+
|
61
|
+
}(window.jQuery);
|