I have a hidden DIV which contains a toolbar-like menu.
I have a number of DIVs which are enabled to show the menu DIV when the mouse hovers over them.
Is there a built-in function which will move the menu DIV to the top right of the active (mouse hover) DIV? I’m looking for something like $(menu).position("topright", targetEl);
NOTE: This requires jQuery UI (not just jQuery).
You can now use:
For fast positioning (jQuery UI/Position).
You can download jQuery UI here.