Lines Matching refs:height

1238     var height = $tip[0].offsetHeight
1268 if (placement == 'top' && actualHeight != height) {
1269 offset.top = offset.top + height - actualHeight
1278 … = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - height + actualHeight
1351 …elRect = $.extend({}, elRect, { width: elRect.right - elRect.left, height: elRect.bottom - elRect.…
1358 var outerDims = isBody ? { width: $(window).width(), height: $(window).height() } : null
1364 …return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - act…
1366 …placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actua…
1367 …/* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + po…
1383 …} else if (bottomEdgeOffset > viewportDimensions.top + viewportDimensions.height) { // bottom over…
1384 delta.top = viewportDimensions.top + viewportDimensions.height - bottomEdgeOffset
1812 Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) { argument
1815 var targetHeight = this.$target.height()
1826 var colliderHeight = initializing ? targetHeight : height
1849 var height = this.$element.height()
1853 var scrollHeight = Math.max($(document).height(), $(document.body).height())
1859 var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)
1882 top: scrollHeight - height - offsetBottom
2225 var maxScroll = this.options.offset + scrollHeight - this.$scrollElement.height()