Lines Matching refs:top

685 					var top = Math.abs(parseInt(timebox.css('marginTop'), 10));
687 top = top - (event.deltaY * 20);
688 if (top < 0) {
689 top = 0;
692 timeboxparent.trigger('scroll_element.xdsoft_scroller', [top / (height - parentHeight)]);
819 top = 0,
836 top += items[0].offsetHeight;
840 select.xdsoftScroller(top / (select.children()[0].offsetHeight - (select[0].clientHeight)));
1426 top = Math.abs(parseInt(timebox.css('marginTop'), 10));
1427 … if ($this.hasClass(options.next) && (height - pheight) - options.timeHeightInTimePicker >= top) {
1428 timebox.css('marginTop', '-' + (top + options.timeHeightInTimePicker) + 'px');
1429 } else if ($this.hasClass(options.prev) && top - options.timeHeightInTimePicker >= 0) {
1430 timebox.css('marginTop', '-' + (top - options.timeHeightInTimePicker) + 'px');
1664 var classType, pheight, height, top;
1673 top = timebox.find(classType).index() * options.timeHeightInTimePicker + 1;
1674 if ((height - pheight) < top) {
1675 top = height - pheight;
1677 … timeboxparent.trigger('scroll_element.xdsoft_scroller', [parseInt(top, 10) / (height - pheight)]);
1821 …var offset = datetimepicker.data('input').offset(), top = offset.top + datetimepicker.data('input'…
1823 top -= $(window).scrollTop();
1827 if (top + datetimepicker[0].offsetHeight > $(window).height() + $(window).scrollTop()) {
1828 top = offset.top - datetimepicker[0].offsetHeight + 1;
1830 if (top < 0) {
1831 top = 0;
1848 top: top,
2056 …tRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b…