anjlab-bootstrap-rails 1.4.0.4 → 1.4.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,8 +36,8 @@
|
|
36
36
|
|
37
37
|
setContent: function () {
|
38
38
|
var $tip = this.tip()
|
39
|
-
$tip.find(
|
40
|
-
$tip.find(
|
39
|
+
$tip.find(this.options.titleSelector)[this.options.html ? 'html' : 'text'](this.getTitle())
|
40
|
+
$tip.find(this.options.contentSelector)[this.options.html ? 'html' : 'text'](this.getContent())
|
41
41
|
$tip[0].className = 'popover'
|
42
42
|
}
|
43
43
|
|
@@ -51,10 +51,11 @@
|
|
51
51
|
, o = this.options
|
52
52
|
|
53
53
|
if (typeof this.options.content == 'string') {
|
54
|
-
content = this.options.content
|
54
|
+
content = $e.attr(this.options.content)
|
55
55
|
} else if (typeof this.options.content == 'function') {
|
56
56
|
content = this.options.content.call(this.$element[0])
|
57
57
|
}
|
58
|
+
|
58
59
|
return content
|
59
60
|
}
|
60
61
|
|
@@ -80,7 +81,12 @@
|
|
80
81
|
|
81
82
|
$.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, {
|
82
83
|
placement: 'right'
|
84
|
+
, content: 'data-content'
|
83
85
|
, template: '<div class="arrow"></div><div class="inner"><h3 class="title"></h3><div class="content"><p></p></div></div>'
|
86
|
+
, titleSelector: '.title'
|
87
|
+
, contentSelector: '.content p'
|
84
88
|
})
|
85
89
|
|
86
|
-
|
90
|
+
$.fn.twipsy.rejectAttrOptions.push( 'content' )
|
91
|
+
|
92
|
+
}( window.jQuery || window.ender );
|
@@ -304,8 +304,18 @@
|
|
304
304
|
, template: '<div class="twipsy-arrow"></div><div class="twipsy-inner"></div>'
|
305
305
|
}
|
306
306
|
|
307
|
+
$.fn.twipsy.rejectAttrOptions = [ 'title' ]
|
308
|
+
|
307
309
|
$.fn.twipsy.elementOptions = function(ele, options) {
|
308
|
-
|
310
|
+
var data = $(ele).data()
|
311
|
+
, rejects = $.fn.twipsy.rejectAttrOptions
|
312
|
+
, i = rejects.length
|
313
|
+
|
314
|
+
while (i--) {
|
315
|
+
delete data[rejects[i]]
|
316
|
+
}
|
317
|
+
|
318
|
+
return $.extend({}, options, data)
|
309
319
|
}
|
310
320
|
|
311
321
|
}( window.jQuery || window.ender );
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: anjlab-bootstrap-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.0.
|
4
|
+
version: 1.4.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-11-
|
12
|
+
date: 2011-11-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
16
|
-
requirement: &
|
16
|
+
requirement: &70257025310200 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '3.0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70257025310200
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: thor
|
27
|
-
requirement: &
|
27
|
+
requirement: &70257025309400 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: '0.14'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70257025309400
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: bundler
|
38
|
-
requirement: &
|
38
|
+
requirement: &70257025308800 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ! '>='
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: 1.0.0
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70257025308800
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: rails
|
49
|
-
requirement: &
|
49
|
+
requirement: &70257025308160 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ~>
|
@@ -54,7 +54,7 @@ dependencies:
|
|
54
54
|
version: '3.0'
|
55
55
|
type: :development
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *70257025308160
|
58
58
|
description: Twitter Bootstrap CSS (with SASS flavour) and JS toolkits for Rails 3
|
59
59
|
projects
|
60
60
|
email:
|