Skip to content

Instantly share code, notes, and snippets.

@tommedema
Created July 5, 2011 12:39
Show Gist options
  • Save tommedema/1064765 to your computer and use it in GitHub Desktop.
Save tommedema/1064765 to your computer and use it in GitHub Desktop.
var position = $(containerDomElement).position();
$(containerDomElement).css({
'position': 'absolute'
, 'left': position.left
, 'top': position.top
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment