[jQuery] Using Dimensions Library

[jQuery] Using Dimensions Library


I apologize if this is a dupe- but would this be the way to use the
dimensions library. I am having a tough time positioning elements and
I can't seem to find too many online demos.
$("#insertLink").click(function(){
$("#insertDiv").offset($(this).offset());
$("#insertDiv").toggle();
});