如何检查工具提示图像是否超出屏幕。我想,如果图像是在屏幕之外,那么工具提示图像应该是左侧或右侧,它不应该离开屏幕并制作滚动条。以下是jquery代码。
this.imagePreview = function(){
/* CONFIG */
xOffset = 10;
yOffset = 30;
// these 2 variable determine popup's distance from the cursor
// you might want to adjust to get the right result
/* END C