Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jQuery.fn.offset no longer returns ClientRect object for disconnected…
… elements Instead of returning box, which is a ClientRect, we take the top and left box values and place them into a generic object.
- Loading branch information
50170e6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit to fix jQuery ticket 7602 -- http://bugs.jquery.com/ticket/7602