jquery-overlaps
jquery-overlaps copied to clipboard
use getBoundingClientRect instead of offset
It would be better for performance to use [getBoundingClientRect](http://ejohn.org/blog/getboundingclientrect-is-awesome/)
instead of the jQuery offset
method.
what do you think?