This plug-in is useful for creating hover windows and it's used internally with the wwHoverPanel class to position the window at the mouse cursor.
evt
A jQuery event object. This is required because it's the only way to retrieve the mouse position.
Options
The options parameter allows specify a left and right offset from the current mouse position:
var opt = { left: 0; top: 0 };