Home | History | Annotate | Download | only in js

Lines Matching full:targetrect

500       var targetRect = $target.offset();
501 targetRect.width = $target.width();
502 targetRect.height = $target.height();
505 left: targetRect.left,
506 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN