[jQuery] Using wrap() On Absolute Positioned Element

[jQuery] Using wrap() On Absolute Positioned Element


This isn't working for me. The div has two classes: "actionBox" and
"popup". If I go into the css and remove "position:absolute" from
class popup, wrap() works fine.
Anyone know how to use wrap() on an absolutely positioned element?