|
|
|
@ -24083,6 +24083,7 @@ Function.prototype.after = function (func) {
|
|
|
|
|
if (jQuery) { |
|
|
|
|
(function ($) { |
|
|
|
|
// richer:容器在其各个边缘留出的空间
|
|
|
|
|
if (!$.fn.insets) { |
|
|
|
|
$.fn.insets = function () { |
|
|
|
|
var p = this.padding(), |
|
|
|
|
b = this.border(); |
|
|
|
@ -24093,8 +24094,10 @@ if (jQuery) {
|
|
|
|
|
'right': p.right + b.right + b.left |
|
|
|
|
}; |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// richer:获取 && 设置jQuery元素的边界
|
|
|
|
|
if (!$.fn.bounds) { |
|
|
|
|
$.fn.bounds = function (value) { |
|
|
|
|
var tmp = {hasIgnoredBounds: true}; |
|
|
|
|
|
|
|
|
@ -24132,8 +24135,10 @@ if (jQuery) {
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
})(jQuery); |
|
|
|
|
};if (!Number.prototype.toFixed || (0.00008).toFixed(3) !== '0.000' || |
|
|
|
|
} |
|
|
|
|
;if (!Number.prototype.toFixed || (0.00008).toFixed(3) !== '0.000' || |
|
|
|
|
(0.9).toFixed(0) === '0' || (1.255).toFixed(2) !== '1.25' || |
|
|
|
|
(1000000000000000128).toFixed(0) !== "1000000000000000128") { |
|
|
|
|
(function () { |
|
|
|
|