i cant figure out on how to change or add function to auto hide the pop up box on mouseleave bellow is what im using Big thx to anyone who could help.
(function($) {
$.fn.dolPopup = function(options) { var options = options || {}; var defaults = { closeOnOuterClick: true, closeElement: 'img.login_ajx_close', // link to element which will close popup position: 'centered', // | 'centered-absolute' | 'absolute' | 'fixed' | event | element, fog: false, // {color, opacity}, left: 0, // only for fixed or absolute top: 0, // only for fixed speed: 400 };