摘要:
不错哦!原文地址:http://jianzhong5137.blog.163.com/blog/static/9829049201182295833503/绝对X,Y坐标,可以用offset()方法:var X = $('#DivID').offset().top; var Y = $('#DivID').offset().left; 获取相对(父元素)位置:var X = $('#DivID').position().top; var Y = $('#DivID').position().left; 阅读全文
摘要:
文字来源:http://www.smalluv.com/jquery_code_106.htmljQuery获取当前鼠标坐标位置:放在我上面 经过测试 ,虽然是事件是写在某个div上面的,但是获取的光标位置还是以屏幕可见区域左上角为原点。 阅读全文